home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Applications
/
Python 1.3
/
source code
/
Dos
/
make.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-12-17
|
318 b
|
17 lines
|
[
TEXT/R*ch
]
@if "%1" == "win16" goto QW
@if "%1" == "qw" goto QW
@if "%1" == "dos32" goto GCC
@if "%1" == "dj" goto GCC
@
@echo Must specify target for make (win16 or dos32)
@goto Stop
@
:QW
nmake -fpython.mak TARGET=win16 %2 %3 %4 %5 %6 %7 %8 %9
@goto Stop
@
:GCC
nmaker -fpython.mak TARGET=dos32 %2 %3 %4 %5 %6 %7 %8 %9
@
:Stop