2000-09-18 11:07:07 -05:00
|
|
|
..\%__SRC%\slb\lib*.* %_DEST%\lib%_EXT%\lib*.*
|
|
|
|
..\%__SRC%\lib\lib*.* %_DEST%\lib%_EXT%\lib*.*
|
|
|
|
..\%__SRC%\slb\ysm.lib %_DEST%\lib%_EXT%\ysm.lib
|
|
|
|
..\%__SRC%\bin\smath3.exe %_DEST%\bin%_EXT%\smath3.exe
|
|
|
|
..\%__SRC%\bin\smath3.sym %_DEST%\bin%_EXT%\smath3.sym
|
|
|
|
..\%__SRC%\misc\*.map %_DEST%\bin%_EXT%\*.map
|
|
|
|
touch: ..\%__SRC%\misc\sm.hid %_DEST%\bin%_EXT%\sm.hid
|
|
|
|
..\%__SRC%\misc\sm.csv %_DEST%\inc%_EXT%\sm.csv
|
|
|
|
..\%__SRC%\bin\smslots.tlb %_DEST%\bin%_EXT%\smslots.tlb
|
|
|
|
..\%__SRC%\bin\sm%upd%*.dll %_DEST%\bin%_EXT%\sm%upd%*.dll
|
|
|
|
..\%__SRC%\bin\sm%upd%*.res %_DEST%\bin%_EXT%\sm%upd%*.res
|
|
|
|
..\%__SRC%\bin\sm%upd%*.sym %_DEST%\bin%_EXT%\sm%upd%*.sym
|
|
|
|
dos: mkdir %_DEST%\inc\starmath
|
|
|
|
|
|
|
|
hedabu: ..\inc\smdll.hxx %_DEST%\inc%_EXT%\starmath\smdll.hxx
|
|
|
|
hedabu: ..\inc\smdll0.hxx %_DEST%\inc%_EXT%\starmath\smdll0.hxx
|
|
|
|
hedabu: ..\inc\smmod.hxx %_DEST%\inc%_EXT%\starmath\smmod.hxx
|
|
|
|
|
2001-02-28 17:23:58 -06:00
|
|
|
|
2001-03-01 22:02:52 -06:00
|
|
|
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
|
2001-02-28 17:23:58 -06:00
|
|
|
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
|
2001-03-02 15:39:55 -06:00
|
|
|
..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h*
|
2001-02-28 17:23:58 -06:00
|
|
|
|
|
|
|
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
|
2001-03-01 23:08:28 -06:00
|
|
|
dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"
|