Ticket 891 - Don't install tools if option is unchecked
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5808 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9390de26f57ae038cb57f1c542d0bfa34ca25bf3 Former-commit-id: a1381bfeba678dc3b4aaf242ccf56e92ba5e71fc
This commit is contained in:
parent
a2020f4a19
commit
53c59a414b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Section "!Base System" SEC01
|
|||
|
||||
; Executable and DLLs ... but no mod tool (see later)
|
||||
SetOutPath "$INSTDIR\bin"
|
||||
File /x sd-*.* /x *.lib "${BUILD_INST_DIR}\bin\*.*"
|
||||
File /x sd2-*.* /x *.lib "${BUILD_INST_DIR}\bin\*.*"
|
||||
File /x libzlib.dll /x zlib1.dll "${BUILD_INST_DIR}\bin\*.*"
|
||||
|
||||
; Core loadable modules (physics and graphics engines, track loader, ...)
|
||||
|
|
Loading…
Reference in a new issue