diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/DEV/DRIVER/DRIVER.MAK | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/DEV/DRIVER/DRIVER.MAK')
| -rw-r--r-- | v4.0/src/DEV/DRIVER/DRIVER.MAK | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/v4.0/src/DEV/DRIVER/DRIVER.MAK b/v4.0/src/DEV/DRIVER/DRIVER.MAK new file mode 100644 index 0000000..8748f44 --- /dev/null +++ b/v4.0/src/DEV/DRIVER/DRIVER.MAK | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | COM=..\COMMON | ||
| 2 | MSG=..\MESSAGES | ||
| 3 | country=usa | ||
| 4 | |||
| 5 | |||
| 6 | DRIVER.CTL: DRIVER.SKL $(MSG)\$(COUNTRY).MSG | ||
| 7 | MSGBUILD DRIVER.SKL | ||
| 8 | |||
| 9 | DRIVER.OBJ: DRIVER.ASM $(COM)\IBMBDS.INC $(COM)\VERSIONA.INC \ | ||
| 10 | $(COM)\PARSE.ASM $(COM)\PSDATA.INC \ | ||
| 11 | DRIVER.CTL $(COM)\SYSMSG.INC $(COM)\MSGSERV.ASM | ||
| 12 | ASM87 DRIVER | ||
| 13 | |||
| 14 | DRIVER.SYS: DRIVER.OBJ $(COM)\setver.bat DRIVER.ARF | ||
| 15 | LINK @DRIVER.ARF | ||
| 16 | EXE2BIN DRIVER.EXE DRIVER.SYS | ||
| 17 | TAG DRIVER.SYS | ||
| 18 | DEL DRIVER.EXE | ||
| 19 | \ No newline at end of file | ||