diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-09 16:13:19 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-09 16:13:35 +0100 |
commit | 347de4170751f99d92fb4f014586cd606e30887f (patch) | |
tree | ef3da412efb85fdc43b6d3628bb0c7edb531762e /lcms2 | |
parent | c7de2ddf67158733ba15cea4cb8f1786e83776d9 (diff) |
The project files for vs2008 are identical in the two directories
Diffstat (limited to 'lcms2')
-rw-r--r-- | lcms2/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lcms2/makefile.mk b/lcms2/makefile.mk index 10ba7362a8da..9369c75015b2 100644 --- a/lcms2/makefile.mk +++ b/lcms2/makefile.mk @@ -48,12 +48,11 @@ TARFILE_MD5=327348d67c979c88c2dec59a23a17d85 CONFIGURE_DIR=. CONFIGURE_ACTION = +BUILD_DIR=Projects/VC2010/lcms2_DLL .IF "$(CCNUMVER)" >= "001600000000" -BUILD_DIR=Projects/VC2010/lcms2_DLL BUILD_ACTION=MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32 .ELSE -BUILD_DIR=Projects/VC2008/lcms2_DLL BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe /useenv lcms2_DLL.vcproj "Release|Win32" .ENDIF |