From cb74f37aa832283eb7759871bb37c7580e034cb8 Mon Sep 17 00:00:00 2001 From: dcommander Date: Fri, 1 Apr 2011 11:10:46 +0000 Subject: 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 --- release/libjpeg-turbo.nsi.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'release/libjpeg-turbo.nsi.in') 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" -- cgit v1.2.3