Fix regression bug that caused the "Installer" targets to fail when building from the MSVC IDE

This commit is contained in:
DRC
2011-04-01 11:10:46 +00:00
parent 1c610ebfa3
commit 187e286f44

View File

@@ -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"