diff options
author | Darkvater <darkvater@openttd.org> | 2006-08-11 13:51:04 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-08-11 13:51:04 +0000 |
commit | 7eefc540117a15a338a3cdc278c3368368cbdf96 (patch) | |
tree | 9cc39c4c95ed9f4d48893ffa809a25e2d82672cc | |
parent | bdb64325fd3eff1fdb61e189fcf3d901007a28fd (diff) | |
download | openttd-7eefc540117a15a338a3cdc278c3368368cbdf96.tar.xz |
(svn r5843) Wrong path for masm64.rules in VS2005 project file (michi_cc)
-rw-r--r-- | openttd_vs80.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index 9615cfe46..f4aa47d35 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -15,8 +15,8 @@ />
</Platforms>
<ToolFiles>
- <DefaultToolFile
- FileName="masm64.rules"
+ <ToolFile
+ RelativePath="masm64.rules"
/>
</ToolFiles>
<Configurations>
|