Hi,

On Fri, 2006-03-31 at 16:29 +0800, Gerrit Voss wrote:
> Hi,
> 
> On Fri, 2006-03-31 at 10:28 +0200, Marcus Lindblom wrote:
> > Gerrit Voss wrote:
> > > Hi,
> > > 
> > 
> > Ok. It seems to have lost it's Custom Build Step properties, as those 
> > are empty (for both OSGScanParseSkel.lpp and OSGScanParseSkel.y).
> 
> Sh**, I have a short look.

I would if the cvs would be reachable from here, but as it is not it 
might take a second. Anyway these are the custom build steps :

                                                
<Tool Name="VCCustomBuildTool"
                                                        CommandLine="bison.exe 
-d -v -pOSGScanParseSkel_
-bOSGScanParseSkel_ 
../../../Source/System/FileIO/ScanParseSkel/OSGScanParseSkel.y
move OSGScanParseSkel_.tab.c OSGScanParseSkel.tab.cpp
move OSGScanParseSkel_.tab.h OSGScanParseSkel.tab.h
move OSGScanParseSkel_.output OSGScanParseSkel.tab.output
"
                                                        
Outputs="OSGScanParseSkel.tab.cpp;OSGScanParseSkel.tab.h"/>


                                                
<Tool Name="VCCustomBuildTool"
                                                        CommandLine="flex.exe -+
-POSGScanParseSkel_ 
../../../Source/System/FileIO/ScanParseSkel/OSGScanParseSkel.lpp
type lex.OSGScanParseSkel_.cc | sed -e &quot;s/\(yy\)\(text_ptr
\)/OSGScanParseSkel_\2/g&quot; -e
&quot;s/\&amp;cin/\&amp;std::cin/g&quot; -e
&quot;s/\&amp;cout/\&amp;std::cout/g&quot; -e
&quot;s/cerr/std::cerr/g&quot; -e &quot;s/class istream;/#include
&lt;iosfwd&gt;/g&quot; -e &quot;s/istream\*/\std::istream\*/g&quot; -e
&quot;s/ostream\*/std::ostream\*/g&quot; &gt; OSGScanParseSkel.lex.cpp
"
                                                        
Outputs="OSGScanParseSkel.lex.cpp"/>

As I grep them directly from the vcproj file the flex one contains
the html versions of some characters ;-(.

regards,
  gerrit

-- 
It's Emergent[*], you see.

[*] [adj] A word favored by computer nerds; mandatory for DARPA research
          applications; on recent evidence, a synonym for 'doomed'.   



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to