aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-04-01 11:10:46 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-04-01 11:10:46 +0000
commitcb74f37aa832283eb7759871bb37c7580e034cb8 (patch)
treeee7ba9c3440b9f51cd4b5900fe89cd2539a59765 /release
parent3cc785bbce2cabbba67b28472a71c4cbed319195 (diff)
Fix regression bug that caused the "Installer" targets to fail when building from the MSVC IDE
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@552 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'release')
-rwxr-xr-xrelease/libjpeg-turbo.nsi.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/release/libjpeg-turbo.nsi.in b/release/libjpeg-turbo.nsi.in
index 73e0e00..6eb4bae 100755
--- a/release/libjpeg-turbo.nsi.in
+++ b/release/libjpeg-turbo.nsi.in
@@ -45,12 +45,12 @@ Section "@CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@ (required)"
!else
File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}jpeg@DLL_VERSION@.dll"
!endif
- File "@CMAKE_BINARY_DIR@\sharedlib\cjpeg.exe"
- File "@CMAKE_BINARY_DIR@\sharedlib\djpeg.exe"
- File "@CMAKE_BINARY_DIR@\sharedlib\jpegtran.exe"
- File "@CMAKE_BINARY_DIR@\jpgtest.exe"
- File "@CMAKE_BINARY_DIR@\rdjpgcom.exe"
- File "@CMAKE_BINARY_DIR@\wrjpgcom.exe"
+ File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}cjpeg.exe"
+ File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}djpeg.exe"
+ File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}jpegtran.exe"
+ File "@CMAKE_BINARY_DIR@\${BUILDDIR}jpgtest.exe"
+ File "@CMAKE_BINARY_DIR@\${BUILDDIR}rdjpgcom.exe"
+ File "@CMAKE_BINARY_DIR@\${BUILDDIR}wrjpgcom.exe"
SetOutPath $INSTDIR\lib
!ifdef GCC
File "@CMAKE_BINARY_DIR@\libturbojpeg.dll.a"