gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] VC uses precompiled headers (27.5)


From: Trevor Morris
Subject: Re: [gnugo-devel] VC uses precompiled headers (27.5)
Date: Mon, 25 Feb 2002 16:31:08 -0500

I think this patch is relative to joseki.dsp before my patch,
right?  In which case, a collision is highly likely.  My patch
addresses some rebuild issues, but not all.  A temporary 
work-around is to unload the joseki project.  If you have a 
fix, I'd love to get it in.  Can you make your changes after
applying patch trevor_1_27.5?

The joseki.dsp in CVS should be OK.  Why do you think there
is a problem in the line-ends with joseki.dsp?  If there
were, Dev. Studio would refuse to load it.

-Trevor


At 10:14 PM 2/25/2002 +0100, Wietze Brandsma wrote:
>Trevor Morris wrote:
>> 
>> http://www.public32.com/games/go/trevor_1_27.5
>>  - VC builds uses precompiled headers
>>  - VC Release builds generate debug symbols
>> 
>> Remember, DSP & DSW files require DOSish line-ends.
>
>I think there are some DOSish line-ends missing in joseki.dsp ?
>I have edited the Output file name in the Link Settings which is shown
>as "$(IntDir)/joseki.exe" for the Debug and the Release Configuration,
>and now i am getting the following differences:
>
>diff -r gnugo-3.1.26/patterns/joseki.dsp
>gnugo-3.1.26_1/patterns/joseki.dsp
>57c57
>< # ADD LINK32 sgf.lib utils.lib board.obj /nologo /subsystem:console
>/incremental:yes /machine:I386 /out:"$(IntDir)/joseki.exe"
>/libpath:"../sgf/$(IntDir)/" /libpath:"../utils/$(IntDir)/"
>/libpath:"../engine/$(IntDir)/"
>---
>> # ADD LINK32 sgf.lib utils.lib board.obj /nologo /subsystem:console 
>> /incremental:yes /machine:I386 /libpath:"../sgf/$(IntDir)/" 
>> /libpath:"../utils/$(IntDir)/" /libpath:"../engine/$(IntDir)/"
>85c85
>< # ADD LINK32 sgf.lib utils.lib board.lib /nologo /subsystem:console
>/debug /machine:I386 /out:"$(IntDir)/joseki.exe" /pdbtype:sept
>/libpath:"../sgf/$(IntDir)/" /libpath:"../utils/$(IntDir)/"
>/libpath:"../engine/$(IntDir)/"
>---
>> # ADD LINK32 sgf.lib utils.lib board.lib /nologo /subsystem:console /debug 
>> /machine:I386 /pdbtype:sept /libpath:"../sgf/$(IntDir)/" 
>> /libpath:"../utils/$(IntDir)/" /libpath:"../engine/$(IntDir)/"
>
>I have included a gzipped patch of this diff, in which i hope the DOSish
>line ends will be preserved.
>With this repair, VC does not rebuild joseki.exe and some .db files
>every time i run gnugo.exe in debug mode.
>
>Wietze
>-- 
>Ease of use is reliability in the first place, not a picture with clouds
>Attachment Converted: "c:\users\trevor\codebusmail\attach\wietze_26_1.gz"
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]