diff options
author | bjarni <bjarni@openttd.org> | 2007-01-23 00:04:17 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-01-23 00:04:17 +0000 |
commit | 97effdcb9627aca0110f7dae3007188b74897634 (patch) | |
tree | 13558341cbdd1bb258f0437f6ffec130c84aaf38 /projects | |
parent | a9a1fd8c201e736d034efc1097d07c23f14305f5 (diff) | |
download | openttd-97effdcb9627aca0110f7dae3007188b74897634.tar.xz |
(svn r8363) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 279a36577..69323471b 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -676,6 +676,9 @@ RelativePath=".\..\src\airport_gui.cpp"> </File> <File + RelativePath=".\..\src\autoreplace_gui.cpp"> + </File> + <File RelativePath=".\..\src\bridge_gui.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 161db4e8c..26f45f5a9 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -959,6 +959,9 @@ RelativePath=".\..\src\airport_gui.cpp"> </File> <File + RelativePath=".\..\src\autoreplace_gui.cpp"> + </File> + <File RelativePath=".\..\src\bridge_gui.cpp"> </File> <File |