diff options
author | rubidium <rubidium@openttd.org> | 2009-09-03 21:56:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-03 21:56:29 +0000 |
commit | b92143b53e0536a60e67e18c39fa2429daca2e33 (patch) | |
tree | 34172eb69ec59ba69fe3a26f104121fdb1f54fae /projects | |
parent | 88bb0e1b7b7eff80614cd3e9273a96bea26c92e9 (diff) | |
download | openttd-b92143b53e0536a60e67e18c39fa2429daca2e33.tar.xz |
(svn r17409) -Codechange: split the crash log and other windows 'glue' code
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 24 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 24 |
2 files changed, 32 insertions, 16 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index a9d20174d..da8fcbc1a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -652,10 +652,6 @@ > </File> <File - RelativePath=".\..\src\os\windows\ottdres.rc" - > - </File> - <File RelativePath=".\..\src\pathfind.cpp" > </File> @@ -760,10 +756,6 @@ > </File> <File - RelativePath=".\..\src\os\windows\win32.cpp" - > - </File> - <File RelativePath=".\..\src\window.cpp" > </File> @@ -3573,6 +3565,22 @@ </File> </Filter> <Filter + Name="Windows files" + > + <File + RelativePath=".\..\src\os\windows\crashlog_win.cpp" + > + </File> + <File + RelativePath=".\..\src\os\windows\ottdres.rc" + > + </File> + <File + RelativePath=".\..\src\os\windows\win32.cpp" + > + </File> + </Filter> + <Filter Name="Threading" > <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9bf2eaeb6..7dd93d550 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -649,10 +649,6 @@ > </File> <File - RelativePath=".\..\src\os\windows\ottdres.rc" - > - </File> - <File RelativePath=".\..\src\pathfind.cpp" > </File> @@ -757,10 +753,6 @@ > </File> <File - RelativePath=".\..\src\os\windows\win32.cpp" - > - </File> - <File RelativePath=".\..\src\window.cpp" > </File> @@ -3570,6 +3562,22 @@ </File> </Filter> <Filter + Name="Windows files" + > + <File + RelativePath=".\..\src\os\windows\crashlog_win.cpp" + > + </File> + <File + RelativePath=".\..\src\os\windows\ottdres.rc" + > + </File> + <File + RelativePath=".\..\src\os\windows\win32.cpp" + > + </File> + </Filter> + <Filter Name="Threading" > <File |