diff options
author | tron <tron@openttd.org> | 2005-12-11 07:36:49 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-12-11 07:36:49 +0000 |
commit | ec2675c2c532609fb66df237de8f3e971bfb101a (patch) | |
tree | bfdfa7df52675707fb0de4c5fc6c5478ba901b0b /openttd.vcproj | |
parent | 42d8e8410b39c9f0ce2bf89df060fa5ece82e0c9 (diff) | |
download | openttd-ec2675c2c532609fb66df237de8f3e971bfb101a.tar.xz |
(svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 18aabf929..a6afa2ffa 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -291,7 +291,7 @@ RelativePath=".\openttd.c"> </File> <File - RelativePath=".\openttd.rc"> + RelativePath=".\ottdres.rc"> </File> <File RelativePath=".\pathfind.c"> |