2000-09-18 09:18:43 -05:00
|
|
|
mkdir: %_DEST%\inc%_EXT%\store
|
|
|
|
..\inc\store\*.h %_DEST%\inc%_EXT%\store\*.h
|
|
|
|
..\inc\store\store.hxx %_DEST%\inc%_EXT%\store\store.hxx
|
|
|
|
..\inc\store\store.inl %_DEST%\inc%_EXT%\store\store.inl
|
|
|
|
..\%__SRC%\lib\istore.lib %_DEST%\lib%_EXT%\istore.lib
|
|
|
|
..\%__SRC%\lib\libsto*.* %_DEST%\lib%_EXT%\libsto*.*
|
|
|
|
..\%__SRC%\bin\sto*.dll %_DEST%\bin%_EXT%\sto*.dll
|
|
|
|
..\version.mk %_DEST%\inc%_EXT%\store\version.mk
|
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"
|