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

Re: Building on Windows

From: Martin Hauner <hauner_at_web.de>
Date: 2003-05-14 22:14:54 CEST

SteveKing wrote:
>>It works for VC6 because the source files are in the neon folder. I
>>guess the .dsp conversion isn't perfect.
>
>
> Exactly. I just spent the last hour to find a setting in the VS.NET
> projects which specifies the base directory. There isn't any.
> Even google couldn't help me here. So it seems VS.NET
> doesn't support that anymore.
> To overcome that I had to do the following changes:

an easier solution is:

change the neon project properties/Configuration Properties/NMake
add
cd $(TargetDir) <return>
before the 'cmd /c ..\build\win32\build_neon.bat'
to the Build/Rebuild All CommandLine

-- 
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 14 22:20:29 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.