diff options
Diffstat (limited to 'codeblocks/chocolate-doom.cbp')
-rw-r--r-- | codeblocks/chocolate-doom.cbp | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/codeblocks/chocolate-doom.cbp b/codeblocks/chocolate-doom.cbp index e2cf4eea..b3ed35c2 100644 --- a/codeblocks/chocolate-doom.cbp +++ b/codeblocks/chocolate-doom.cbp @@ -379,6 +379,18 @@ <Option target="Debug" /> <Option target="Release" /> </Unit> + <Unit filename="..\src\i_scale.c"> + <Option compilerVar="CC" /> + <Option target="Debug" /> + <Option target="Release" /> + </Unit> + <Unit filename="..\src\i_scale.h"> + <Option compilerVar="CPP" /> + <Option compile="0" /> + <Option link="0" /> + <Option target="Debug" /> + <Option target="Release" /> + </Unit> <Unit filename="..\src\i_sound.c"> <Option compilerVar="CC" /> <Option target="Debug" /> @@ -1328,6 +1340,8 @@ <Option target="Debug" /> <Option target="Release" /> </Unit> - <Extensions /> + <Extensions> + <code_completion /> + </Extensions> </Project> </CodeBlocks_project_file> |