diff options
author | Robin Watts <robin.watts@artifex.com> | 2010-05-13 20:08:08 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2010-05-13 20:08:08 +0000 |
commit | 45d3bdf8b993b0c111b46e6a41ddab2b7fb348e7 (patch) | |
tree | 9d82611a44543304f979542e8de73e1cb3d4b178 /main | |
parent | a12c2e4f3b9abf230a8c3aa68e09a7c1ff1bd435 (diff) |
Nudge the windows solution/makefiles closer to supporting 64 bit builds
by defining WIN64 and amending makefiles to pass the define on through
recursive calls.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11236 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_msvc.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak index 1d28a5558..db6f12a2c 100644 --- a/main/pcl6_msvc.mak +++ b/main/pcl6_msvc.mak @@ -230,6 +230,10 @@ XCFLAGS=$(XCFLAGS) /DSVG_INCLUDED !endif !endif +!ifdef WIN64 +XCFLAGS=$(XCFLAGS) /DWIN64 +!endif + XCFLAGS=$(XCFLAGS) $(PDL_INCLUDE_FLAGS) !ifndef TOP_OBJ |