Skip to content

Commit

Permalink
Added colors from stonesense, and moved a lot of options out to the ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
thewonderidiot committed Aug 30, 2010
1 parent 213010f commit 608fb9b
Show file tree
Hide file tree
Showing 20 changed files with 7,893 additions and 331 deletions.
8 changes: 7 additions & 1 deletion Overseer.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Add library="C:\OpenSceneGraph\lib\libosgViewer.dll.a" />
<Add library="C:\OpenSceneGraph\lib\libosgVolume.dll.a" />
<Add library="C:\OpenSceneGraph\lib\libosgWidget.dll.a" />
<Add library="C:\OpenSceneGraph\lib\libOIS.dll.a" />
<Add library="C:\OpenSceneGraph\lib\libOIS.a" />
<Add library="C:\MinGW\lib\libcomdlg32.a" />
</Linker>
</Target>
Expand All @@ -58,6 +58,12 @@
<Add directory="C:\Overseer\src\include" />
</Compiler>
<Unit filename="src\DwarfGeometry.cpp" />
<Unit filename="src\depends\tinystr.cpp" />
<Unit filename="src\depends\tinystr.h" />
<Unit filename="src\depends\tinyxml.cpp" />
<Unit filename="src\depends\tinyxml.h" />
<Unit filename="src\depends\tinyxmlerror.cpp" />
<Unit filename="src\depends\tinyxmlparser.cpp" />
<Unit filename="src\include\DwarfGeometry.h" />
<Unit filename="src\include\Overseer.h" />
<Unit filename="src\include\SimpleIni.h" />
Expand Down
Loading

0 comments on commit 608fb9b

Please sign in to comment.