
bintar BUILDING NOTICE makefiles/Mf-install.in scheme.1.in c/Makefile.i3nt c/Makefile.a6nt c/Makefile.ti3nt c/Makefile.ta6nt mats/bldnt.bat workarea c/scheme.rc s/7.ss s/cmacros.ss release_notes/release_notes.stex csug/csug.stex original commit: f0c9a4fbc082fa17c5bd3bd06d82365e77edc86b
12 lines
420 B
Batchfile
12 lines
420 B
Batchfile
@echo off
|
|
set m=%1
|
|
set o=%2
|
|
if "%o%"=="" set o=0
|
|
echo (time (compile-file "mat")) | ..\bin\%m%\scheme -q
|
|
cl /I../boot/%m% /nologo -c -DWIN32 foreign1.c
|
|
cl /I../boot/%m% /nologo -c -DWIN32 foreign2.c
|
|
cl /I../boot/%m% /nologo -c -DWIN32 foreign3.c
|
|
cl /nologo /DWIN32 cat_flush.c
|
|
link -dll -out:foreign1.so foreign1.obj foreign2.obj foreign3.obj ..\bin\%m%\csv941.lib
|
|
..\bin\%m%\scheme -q mat.so < script.all%o%
|