Skip to content

Commit

Permalink
* updated codeblocks project file
Browse files Browse the repository at this point in the history
* removed virtual folders
* added build directory
  • Loading branch information
Martin Gerhardy committed Oct 26, 2012
1 parent 7682b5f commit 216889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufo.cbp
Expand Up @@ -5,7 +5,6 @@
<Option title="UFO:Alien Invasion" />
<Option makefile_is_custom="1" />
<Option compiler="gcc" />
<Option virtualFolders="src/;base/;build/;" />
<MakeCommands>
<Build command="$make -r -R -f $makefile $target" />
<CompileFile command="$make -r -R -f $makefile $file" />
Expand Down Expand Up @@ -193,5 +192,6 @@
</Extensions>
<UnitsGlob directory="src" recursive="1" />
<UnitsGlob directory="base/ufos" recursive="1" wildcard="*.ufo"/>
<UnitsGlob directory="build" recursive="1" wildcard="*.mk"/>
</Project>
</CodeBlocks_project_file>

0 comments on commit 216889c

Please sign in to comment.