]> granicus.if.org Git - libjpeg-turbo/commitdiff
Fix regression bug that caused the "Installer" targets to fail when building from...
authorDRC <dcommander@users.sourceforge.net>
Fri, 1 Apr 2011 11:10:46 +0000 (11:10 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 1 Apr 2011 11:10:46 +0000 (11:10 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@552 632fc199-4ca6-4c93-a231-07263d6284db

release/libjpeg-turbo.nsi.in

index 73e0e003ac14686ce55c830b27b06c879afcfd67..6eb4bae6bd6e55df2d203e250227c8f6ce63e9cc 100755 (executable)
@@ -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"