diff options
author | bjarni <bjarni@openttd.org> | 2007-03-08 23:05:05 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-03-08 23:05:05 +0000 |
commit | b6efe5482daa153d079cd58053f88a8b2b2cca12 (patch) | |
tree | aef2327fd752f703b050612a49fa39465110f240 /projects | |
parent | 0ad237611e9d3809160364cad75e401aad5b8b10 (diff) | |
download | openttd-b6efe5482daa153d079cd58053f88a8b2b2cca12.tar.xz |
(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 64ae2e687..2f6380fa3 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -167,6 +167,9 @@ RelativePath=".\..\src\aystar.cpp"> </File> <File + RelativePath=".\..\src\autoreplace_cmd.cpp"> + </File> + <File RelativePath=".\..\src\bmp.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 8067d4c28..cb13007de 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -452,6 +452,10 @@ > </File> <File + RelativePath=".\..\src\autoreplace_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\bmp.cpp" > </File> |