From 53c59a414bcacf9bd4d7c87650446e1961ec5607 Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Thu, 21 Aug 2014 03:26:28 +0000 Subject: [PATCH] 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 --- packaging/windows/speed-dreams-base.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/speed-dreams-base.nsi b/packaging/windows/speed-dreams-base.nsi index f94176591..53d9a1fa4 100644 --- a/packaging/windows/speed-dreams-base.nsi +++ b/packaging/windows/speed-dreams-base.nsi @@ -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, ...)