> From: Sander Striker [mailto:striker@apache.org]
> Sent: Saturday, May 17, 2003 11:10 AM
>> From: D.J. Heap [mailto:dj@shadyvale.net]
>> Sent: Saturday, May 17, 2003 6:51 AM
>
> > This patch (with the attached vcproj files put into the build/win32
> > directory) gets the vcproj generator working -- at least for me. :)
>
> Thanks for doing this.
>
>> The __INSTALLER__ project does not generate for some reason (causing the
>> solution to leave it unloaded when it is brought up), and I haven't
>> tested building the swig projects, but everything else builds for me
>> with debug symbols and resources where appropriate.
>
> Very nice!
Tested and confirmed that __INSTALLER__ indeed pops up a warning.
[...]
> I have VS.NET 2002, so I can test that. Not sure I'm going to be doing that
> today though.
The svn_config.vcproj needed a tweak, since it deleted *.bat on cleanup which
killed build_neon.bat. I guess that is some silly default because prior to my
change, I couldn't see anything in that .vcproj that referred to *.bat.
--- ..\subversion-vs.net\svn_config.vcproj Sat May 17 14:14:00 2003
+++ build\win32\svn_config.vcproj Sat May 17 13:04:56 2003
@@ -35,7 +35,8 @@
IntermediateDirectory="."
ConfigurationType="10"
UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;$(TargetPath)">
<Tool
Name="VCCustomBuildTool"/>
<Tool
Otherwise it seems like a step in the good direction. User wise that is. I
haven't really had a chance to review your generator patches thouroughly.
Sander
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 13:18:43 2003