diff options
author | tron <tron@openttd.org> | 2005-08-08 20:27:05 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-08-08 20:27:05 +0000 |
commit | b67af2df3e6307e75e26f165b291ff3f9c9e4ad3 (patch) | |
tree | 1ba5a08d6ef3b446897b63c9da146535491d3ac0 | |
parent | a837d74ae62d31c3edbabb9bd1b1ef2af06b355e (diff) | |
download | openttd-b67af2df3e6307e75e26f165b291ff3f9c9e4ad3.tar.xz |
(svn r2844) Update the MSVC project files, thanks AsterixMG
-rw-r--r-- | openttd.dsp | 8 | ||||
-rw-r--r-- | openttd.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/openttd.dsp b/openttd.dsp index 01cd3731a..4c653796e 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -131,6 +131,10 @@ SOURCE=.\console_cmds.c # End Source File # Begin Source File +SOURCE=.\currency.c +# End Source File +# Begin Source File + SOURCE=.\debug.c # End Source File # Begin Source File @@ -502,6 +506,10 @@ SOURCE=.\console.h # End Source File # Begin Source File +SOURCE=.\currency.h +# End Source File +# Begin Source File + SOURCE=.\debug.h # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index ec8279e2e..ce8343008 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -183,6 +183,9 @@ RelativePath=".\console_cmds.c"> </File> <File + RelativePath=".\currency.c"> + </File> + <File RelativePath=".\debug.c"> </File> <File @@ -475,6 +478,9 @@ RelativePath="console.h"> </File> <File + RelativePath=".\currency.h"> + </File> + <File RelativePath="debug.h"> </File> <File |