diff options
author | pixel <pixel> | 2005-12-02 11:22:51 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-12-02 11:22:51 +0000 |
commit | 9ecacd862cd0f6e1041a668d626862ed49d2e8a1 (patch) | |
tree | ddb6105dfd746daf49d9cb62416556ff67758b69 /MSVC | |
parent | 97f21766f4c09655523baf8ec40ff1d82bab2dbc (diff) |
Cleaning things a bit
Diffstat (limited to 'MSVC')
-rw-r--r-- | MSVC/Dalos/Dalos.vcproj | 28 | ||||
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 4 |
2 files changed, 2 insertions, 30 deletions
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" |