diff options
author | Darkvater <darkvater@openttd.org> | 2005-09-23 23:23:01 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-09-23 23:23:01 +0000 |
commit | 5dad0588df1a802eb3280126f23608d9094ff7ef (patch) | |
tree | 01614753098f7ca3110dc9b73c4bedc953e11417 /openttd.vcproj | |
parent | 1b16f210c21b85a9ac0e5f0db977f783a1e3d3fc (diff) | |
download | openttd-5dad0588df1a802eb3280126f23608d9094ff7ef.tar.xz |
(svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
- Add settings.h to VS.NET project.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 8a33a58ec..96f40d01d 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -535,6 +535,9 @@ RelativePath=".\video\sdl_v.h"> </File> <File + RelativePath=".\settings.h"> + </File> + <File RelativePath=".\signs.h"> </File> <File @@ -844,10 +847,10 @@ </Filter> </Filter> <File - RelativePath=".\openttd.ico"> + RelativePath=".\mainicon.ico"> </File> <File - RelativePath=".\mainicon.ico"> + RelativePath=".\openttd.ico"> </File> <File RelativePath=".\ReadMe.txt"> |