diff options
author | Ken Sharp <ken.sharp@artifex.com> | 2010-06-29 15:55:11 +0000 |
---|---|---|
committer | Ken Sharp <ken.sharp@artifex.com> | 2010-06-29 15:55:11 +0000 |
commit | d760dfdf536999bee6b0b7dfe22a51298c7788c1 (patch) | |
tree | d828e0ad5f04b8648bcdd334533111fe401095c3 /main | |
parent | 64476726c4b393944bba9c01fe6f5fbe6f725ecc (diff) |
Add the new LCMSPLATFORM definition to the Windows makefiles for non PostScript PDLs.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11461 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_msvc.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak index c7f04d8c2..e72745c69 100644 --- a/main/pcl6_msvc.mak +++ b/main/pcl6_msvc.mak @@ -64,6 +64,7 @@ IMDISRCDIR=..\gs\imdi !ifndef LCMSSRCDIR LCMSSRCDIR=..\gs\lcms +LCMSPLATFORM=win32 !endif !ifndef COMPILE_INITS |