15 lines
580 B
Text
15 lines
580 B
Text
# mirror the dir structure a make install would create
|
|
mkdir: %_DEST%\inc%_EXT%\mysqlcppconn
|
|
mkdir: %_DEST%\inc%_EXT%\mysqlcppconn\cppconn
|
|
|
|
..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\mysqlcppconn\*.h
|
|
..\%__SRC%\inc\cppconn\*.h %_DEST%\inc%_EXT%\mysqlcppconn\cppconn\*.h
|
|
|
|
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
|
|
|
|
..\%__SRC%\lib\lib*.so* %_DEST%\lib%_EXT%
|
|
..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl
|
|
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
|
|
..\%__SRC%\lib\*.dylib.* %_DEST%\lib%_EXT%\*.dylib.*
|
|
..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a
|
|
..\%__SRC%\lib\i*.lib %_DEST%\lib%_EXT%
|