mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
354 B
17 lines
354 B
set LANGAPI=d:\langapi
|
|
|
|
set MSVC=\msvc30
|
|
|
|
set bldtools=%MSVC%\mac\m68k\bin;%MSVC%\bin;
|
|
set bldinc=%MSVC%\mac\include
|
|
set CRTTOOLS=..\crtw32\tools
|
|
|
|
call makemac dolphin nospsane -a
|
|
copy log log.nsp
|
|
call makemac dolphin swapsane -a
|
|
copy log log.swp
|
|
call makemac dolphin swapsanefar -a
|
|
copy log log.spf
|
|
call makemac dolphin nospsanefar -a
|
|
copy log log.nsf
|
|
|