diff options
author | rubidium <rubidium@openttd.org> | 2008-05-24 11:55:25 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-24 11:55:25 +0000 |
commit | 68bb5a08c50e6c25a26625fc324609d2fd93989a (patch) | |
tree | d6b216b690c164e5238e3bf8f6b341a6817c41b8 /projects | |
parent | 8b1e7c818945959b5d346812dc8dba4be52c343b (diff) | |
download | openttd-68bb5a08c50e6c25a26625fc324609d2fd93989a.tar.xz |
(svn r13231) -Codechange: split the core console code and the console GUI.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c5c799b15..51c4b128e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -508,6 +508,10 @@ > </File> <File + RelativePath=".\..\src\console_gui.cpp" + > + </File> + <File RelativePath=".\..\src\currency.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 6ba4ef986..3a90e1626 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -505,6 +505,10 @@ > </File> <File + RelativePath=".\..\src\console_gui.cpp" + > + </File> + <File RelativePath=".\..\src\currency.cpp" > </File> |