Initial commit

This commit is contained in:
Gwen Gourevich
2021-10-27 10:34:18 +02:00
parent 43ad18eb04
commit c5f4f6ba25
199 changed files with 73169 additions and 0 deletions

30
LIB386/LIB_SAMP/README.md Normal file
View File

@@ -0,0 +1,30 @@
# LIB_SAMP
In order to build LIB_SAMP, following third party SDK is required:
- Miles Sound System AIL32 v1.0
- Gravis Ultra Sound SDK v2.1 (gussdk21)
AIL32 v1.0 is licensed under "Copyright (C) 1991, 1992 Miles Design, Inc."
terms and is not delivered in this package.
Gravis Ultra Sound SDK is licensed under
"Copyright (C): 1993,1994 by Advanced Gravis Computer Technology" terms and is
not delivered in this package. It's included in the AIL32 SDK.
Following files from AIL32 SDK are expected to be in LIB_SAMP folder:
```
+---LIB_SAMP
| 386.MAC
| AIL32.INC
| AIL32PAT.EXE
| GF1NEW.INC
| GF1PROTO.INC
| GF1_OSPM.LIB
| GUS.BAT
| GUS.MAK
| GUSDIG32.ASM
| GUSMID32.INC
| PMINIT.ASM
| PMINIT.INC
```