Bug 689783 - Adding VS8 support
Summary: Adding VS8 support
Status: NOTIFIED WORKSFORME
Alias: None
Product: GhostPCL
Classification: Unclassified
Component: PCL interpreter (show other bugs)
Version: 1.52
Hardware: PC Windows NT
: P4 enhancement
Assignee: Ray Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 09:33 UTC by Michael
Modified: 2008-12-19 08:31 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments
Patch files for VS8 support (3.70 KB, application/zip)
2008-04-04 09:34 UTC, Michael
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2008-04-04 09:33:40 UTC
I was wondering about VS8 support for compiling on windows. I have made some
changes to the makefile that add support. probably not the best places to put
things, but I figured it would give a starting point.
Comment 1 Michael 2008-04-04 09:34:46 UTC
Created attachment 3916 [details]
Patch files for VS8 support

I have attached some patch files that I have generated that shows the changes I
made to the makefile for VS8 support.
Comment 2 Ray Johnston 2008-04-04 10:21:04 UTC
I build using VS 8 without needing these patches.

Note that I use the 'vsvars32' from Microsoft to set the PATH, INCLUDE, LIB and
LIBPATH environment variables.
Comment 3 Ray Johnston 2008-04-04 10:22:12 UTC
Henry hates Windows make issues (and I don't blame him), but I've agreed to
handle these issues.
Comment 4 Michael 2008-04-04 10:31:43 UTC
good to know, I thought I had done the 'vsvars32', but I have had my vista
machine wipe out where I have had to reinstall, so I may have forgotten to do so
again after a reinstall. I will definitely have to check it out though, thanks!
Comment 5 Ray Johnston 2008-04-17 10:24:58 UTC
Since the patches hard code reference to C:, they won't work with Visual Studio
that is installed elsewhere.

The 'vsvars32' method works fine even when VS is on other places than C: