diff options
-rw-r--r-- | Dalos/Dalos.cc | 3 | ||||
-rw-r--r-- | MSVC/Dalos/Dalos.vcproj | 28 | ||||
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 4 |
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;"..\..\mogltk\include";"..\..\generic\include";"..\..\generic\lib\zlib\include"" + AdditionalIncludeDirectories="..\..\..\SDL\include;"..\..\mogltk\include";"..\..\generic\include";"..\..\generic\lib\zlib\include"" PreprocessorDefinitions="WIN32;_DEBUG;_LIB" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -103,7 +103,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\SDLinclude;"..\..\mogltk\include";"..\..\generic\include";"..\..\generic\lib\zlib\include"" + AdditionalIncludeDirectories="..\..\..\SDL\include;"..\..\mogltk\include";"..\..\generic\include";"..\..\generic\lib\zlib\include"" PreprocessorDefinitions="WIN32;NDEBUG;_LIB" RuntimeLibrary="2" UsePrecompiledHeader="0" |