summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2005-12-02 11:22:51 +0000
committerpixel <pixel>2005-12-02 11:22:51 +0000
commit9ecacd862cd0f6e1041a668d626862ed49d2e8a1 (patch)
treeddb6105dfd746daf49d9cb62416556ff67758b69
parent97f21766f4c09655523baf8ec40ff1d82bab2dbc (diff)
Cleaning things a bit
-rw-r--r--Dalos/Dalos.cc3
-rw-r--r--MSVC/Dalos/Dalos.vcproj28
-rw-r--r--MSVC/mogltk/mogltk.vcproj4
3 files changed, 4 insertions, 31 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc
index 88171c4..c08052d 100644
--- a/Dalos/Dalos.cc
+++ b/Dalos/Dalos.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Dalos.cc,v 1.19 2005-10-13 16:00:37 pixel Exp $ */
+/* $Id: Dalos.cc,v 1.20 2005-12-02 11:22:51 pixel Exp $ */
#include <SDL.h>
#include <SDL_thread.h>
@@ -309,6 +309,7 @@ virtual int startup() throw (GeneralException) {
}
mogltk::widgets::ContextMenu * c;
+// mogltk::base * gl = new mogltk::glbase(800, 600, SDL_FULLSCREEN);
mogltk::base * gl = new mogltk::glbase();
mogltk::shape * sh = new mogltk::glshape();
diff --git a/MSVC/Dalos/Dalos.vcproj b/MSVC/Dalos/Dalos.vcproj
index 041550e..8bbf244 100644
--- a/MSVC/Dalos/Dalos.vcproj
+++ b/MSVC/Dalos/Dalos.vcproj
@@ -184,22 +184,10 @@
>
</File>
<File
- RelativePath="..\..\Dalos\control_request.h"
- >
- </File>
- <File
RelativePath="..\..\Dalos\Dalos.cc"
>
</File>
<File
- RelativePath="..\..\Dalos\evenements.c"
- >
- </File>
- <File
- RelativePath="..\..\Dalos\evenements.h"
- >
- </File>
- <File
RelativePath="..\..\Dalos\Hexview.cc"
>
</File>
@@ -207,22 +195,6 @@
RelativePath="..\..\Dalos\Hexview.h"
>
</File>
- <File
- RelativePath="..\..\Dalos\icons.c"
- >
- </File>
- <File
- RelativePath="..\..\Dalos\icons.h"
- >
- </File>
- <File
- RelativePath="..\..\Dalos\vtplayer-ctrl.c"
- >
- </File>
- <File
- RelativePath="..\..\Dalos\vtplayer-ctrl.h"
- >
- </File>
</Files>
<Globals>
</Globals>
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj
index 8cdc11f..f150858 100644
--- a/MSVC/mogltk/mogltk.vcproj
+++ b/MSVC/mogltk/mogltk.vcproj
@@ -40,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\SDLinclude;&quot;..\..\mogltk\include&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;"
+ AdditionalIncludeDirectories="..\..\..\SDL\include;&quot;..\..\mogltk\include&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -103,7 +103,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\..\SDLinclude;&quot;..\..\mogltk\include&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;"
+ AdditionalIncludeDirectories="..\..\..\SDL\include;&quot;..\..\mogltk\include&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="2"
UsePrecompiledHeader="0"