mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
added conback to windows codeblocks project file. removed gl_test from
codeblocks project files. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@140 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
7497b2812d
commit
714cc395cf
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