better use of codeblocks' nice features
This commit is contained in:
parent
7604906998
commit
2f41b47820
@ -16,6 +16,7 @@
|
|||||||
<Option external_deps=""/>
|
<Option external_deps=""/>
|
||||||
<Option type="1"/>
|
<Option type="1"/>
|
||||||
<Option compiler="0"/>
|
<Option compiler="0"/>
|
||||||
|
<Option use_console_runner="0"/>
|
||||||
<Option projectResourceIncludeDirsRelation="1"/>
|
<Option projectResourceIncludeDirsRelation="1"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<Option external_deps=""/>
|
<Option external_deps=""/>
|
||||||
<Option type="1"/>
|
<Option type="1"/>
|
||||||
<Option compiler="0"/>
|
<Option compiler="0"/>
|
||||||
|
<Option use_console_runner="0"/>
|
||||||
<Option projectResourceIncludeDirsRelation="1"/>
|
<Option projectResourceIncludeDirsRelation="1"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<Option external_deps=""/>
|
<Option external_deps=""/>
|
||||||
<Option type="1"/>
|
<Option type="1"/>
|
||||||
<Option compiler="0"/>
|
<Option compiler="0"/>
|
||||||
|
<Option use_console_runner="0"/>
|
||||||
<Option projectResourceIncludeDirsRelation="1"/>
|
<Option projectResourceIncludeDirsRelation="1"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
@ -32,6 +33,7 @@
|
|||||||
<Add library="physfs"/>
|
<Add library="physfs"/>
|
||||||
<Add library="freetype"/>
|
<Add library="freetype"/>
|
||||||
<Add library="alut"/>
|
<Add library="alut"/>
|
||||||
|
<Add library="corona"/>
|
||||||
<Add directory="..\lib"/>
|
<Add directory="..\lib"/>
|
||||||
</Linker>
|
</Linker>
|
||||||
<Unit filename="..\test\Image_test.cpp">
|
<Unit filename="..\test\Image_test.cpp">
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<Option external_deps=""/>
|
<Option external_deps=""/>
|
||||||
<Option type="1"/>
|
<Option type="1"/>
|
||||||
<Option compiler="0"/>
|
<Option compiler="0"/>
|
||||||
|
<Option use_console_runner="0"/>
|
||||||
<Option projectResourceIncludeDirsRelation="1"/>
|
<Option projectResourceIncludeDirsRelation="1"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<Option external_deps=""/>
|
<Option external_deps=""/>
|
||||||
<Option type="1"/>
|
<Option type="1"/>
|
||||||
<Option compiler="0"/>
|
<Option compiler="0"/>
|
||||||
|
<Option use_console_runner="0"/>
|
||||||
<Option projectResourceIncludeDirsRelation="1"/>
|
<Option projectResourceIncludeDirsRelation="1"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<Option external_deps=""/>
|
<Option external_deps=""/>
|
||||||
<Option type="1"/>
|
<Option type="1"/>
|
||||||
<Option compiler="0"/>
|
<Option compiler="0"/>
|
||||||
|
<Option use_console_runner="0"/>
|
||||||
<Option projectResourceIncludeDirsRelation="1"/>
|
<Option projectResourceIncludeDirsRelation="1"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
@ -32,6 +33,7 @@
|
|||||||
<Add library="physfs"/>
|
<Add library="physfs"/>
|
||||||
<Add library="freetype"/>
|
<Add library="freetype"/>
|
||||||
<Add library="alut"/>
|
<Add library="alut"/>
|
||||||
|
<Add library="corona"/>
|
||||||
<Add directory="..\lib"/>
|
<Add directory="..\lib"/>
|
||||||
</Linker>
|
</Linker>
|
||||||
<Unit filename="..\test\Texture_test.cpp">
|
<Unit filename="..\test\Texture_test.cpp">
|
||||||
|
18
codeblocks/photon.workspace
Normal file
18
codeblocks/photon.workspace
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE Code::Blocks_workspace_file>
|
||||||
|
<Code::Blocks_workspace_file>
|
||||||
|
<Workspace title="Default workspace">
|
||||||
|
<Project filename="photon.cbp"/>
|
||||||
|
<Project filename="AudioTest.cbp"/>
|
||||||
|
<Project filename="ImageTest.cbp"/>
|
||||||
|
<Project filename="ConfigFileTest.cbp"/>
|
||||||
|
<Project filename="filesysTest.cbp"/>
|
||||||
|
<Project filename="FontTest.cbp"/>
|
||||||
|
<Project filename="InputTest.cbp"/>
|
||||||
|
<Project filename="LogTest.cbp"/>
|
||||||
|
<Project filename="mathTest.cbp"/>
|
||||||
|
<Project filename="PenTest.cbp"/>
|
||||||
|
<Project filename="RandGenTest.cbp"/>
|
||||||
|
<Project filename="TextureTest.cbp" active="1"/>
|
||||||
|
</Workspace>
|
||||||
|
</Code::Blocks_workspace_file>
|
Loading…
Reference in New Issue
Block a user