diff options
author | Darkvater <darkvater@openttd.org> | 2006-11-28 20:55:42 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-11-28 20:55:42 +0000 |
commit | 3311f57b207bff2e46e76c46b38e014fafcee5e3 (patch) | |
tree | 6892ec3f43d4d85948fc43af5df4ce740c9a0620 | |
parent | 7c945bf8283d381ebf7982377b639f163f23a1ea (diff) | |
download | openttd-3311f57b207bff2e46e76c46b38e014fafcee5e3.tar.xz |
(svn r7281) -Codechange: [win32] Add win32.h to project file
-rw-r--r-- | openttd_vs80.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index b581932d8..78a5e4614 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -860,6 +860,10 @@ Filter="h;hpp;hxx;hm;inl" > <File + RelativePath=".win32.h" + > + </File> + <File RelativePath=".\aircraft.h" > </File> |