mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
added conback to windows codeblocks project file. removed gl_test from
codeblocks project files. git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@140 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
1b30b31223
commit
0a16b3bcca
2 changed files with 4 additions and 6 deletions
|
@ -125,9 +125,6 @@
|
|||
<Unit filename="../Quake/gl_sky.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_test.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_texmgr.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
|
|
|
@ -82,6 +82,10 @@
|
|||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\Quake\common.h" />
|
||||
<Unit filename="..\Quake\conback.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\Quake\conback.h" />
|
||||
<Unit filename="..\Quake\console.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
|
@ -127,9 +131,6 @@
|
|||
<Unit filename="..\Quake\gl_sky.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\Quake\gl_test.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\Quake\gl_texmgr.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
|
|
Loading…
Reference in a new issue