[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[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
vc6 project files with only minor changes.

Most thinks work simply by loading the vc6 files and converting
them to vc7. I just had to make a minor change to get the resource
file stuff running.

I removed the quotes from the rc.exe parameters in the dsp template and
  regenerated the dsp files. After vc7 converted the new dsp files it did
not complain any longer when building the resource stuff.

If this change doesn't break anything for vc6 (can anyone test it?) it
would be nice to apply the patch. It would remove a problem when
converting the generated dsps to vc7.

-snip------------------------------------------------------------------
Index: build/generator/msvc_dsp.ezt
===================================================================
--- build/generator/msvc_dsp.ezt (revision 5957)
+++ build/generator/msvc_dsp.ezt (working copy)
@@ -69,7 +69,7 @@
  # Begin Source File

  SOURCE="[rootpath]\build\win32\svn.rc"
-# ADD RSC /d SVN_FILE_NAME="[target.output_name]" /d
SVN_FILE_DESCRIPTION="[target.desc]"
+# ADD RSC /d SVN_FILE_NAME=[target.output_name] /d
SVN_FILE_DESCRIPTION=[target.desc]
  # End Source File
  [end]
  # End Target
-snip------------------------------------------------------------------

Another small changes was neccessary to build neon. I changed the build
command (in the vcproj converted from the dsp) from

BuildCommandLine="cmd /c build_neon.bat debug"

to

BuildCommandLine="cd $(TargetDir) <return> cmd /c
$(ProjectDir)build_neon.bat debug"

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.org
Received 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.