Update the Code::Blocks and MSVC projects for the addition of the level parser in r4830

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4831 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-04-28 00:11:37 +00:00
parent e0dc2071f0
commit df291b43fc
2 changed files with 27 additions and 0 deletions

View File

@ -2027,6 +2027,17 @@
<Option target="DBGWindows" />
<Option target="NDBGWindows" />
</Unit>
<Unit filename="src/scriptvals_parser.y">
<Option compilerVar="CC" />
<Option compile="1" />
<Option link="1" />
<Option weight="10" />
<Option compiler="gcc" use="1" buildCommand="bison -y -d -osrc/level_parser.tab.c $file\n$compiler $options $includes -c src/level_parser.tab.c -o $object" />
<Option target="DBGUnix" />
<Option target="NDBGUnix" />
<Option target="DBGWindows" />
<Option target="NDBGWindows" />
</Unit>
<Unit filename="src/levelint.h">
<Option target="DBGUnix" />
<Option target="NDBGUnix" />

View File

@ -420,6 +420,10 @@
RelativePath="..\src\level_lexer.lex.c"
>
</File>
<File
RelativePath="..\src\level_parser.tab.c"
>
</File>
<File
RelativePath="..\src\levels.c"
>
@ -903,6 +907,14 @@
RelativePath="..\src\keymap.h"
>
</File>
<File
RelativePath="..\src\level_parser.tab.h"
>
</File>
<File
RelativePath=".\level_parser.tab.h"
>
</File>
<File
RelativePath="..\src\levelint.h"
>
@ -1213,6 +1225,10 @@
RelativePath="..\src\level_lexer.l"
>
</File>
<File
RelativePath="..\src\level_parser.y"
>
</File>
<File
RelativePath="..\src\scriptvals_lexer.l"
>