[PATCH] windows build vc7 based on vc6 dsps
From: Martin Hauner <hauner_at_web.de>
Date: 2003-05-17 17:04:03 CEST
Hi,
I have managed to build subversion (5956) with vc7 based on the
Most thinks work simply by loading the vc6 files and converting
I removed the quotes from the rc.exe parameters in the dsp template and
If this change doesn't break anything for vc6 (can anyone test it?) it
-snip------------------------------------------------------------------
SOURCE="[rootpath]\build\win32\svn.rc"
Another small changes was neccessary to build neon. I changed the build
BuildCommandLine="cmd /c build_neon.bat debug"
to
BuildCommandLine="cd $(TargetDir) <return> cmd /c
After those two changes I was able to build with vc7 without any problem.
-- Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat May 17 17:06:01 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.