diff options
author | michi_cc <michi_cc@openttd.org> | 2010-07-15 17:14:36 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2010-07-15 17:14:36 +0000 |
commit | b3e2a54ba73a85c4962e0db9a574a502e8604f28 (patch) | |
tree | ec95e7a5e92b463f9f1432f61f38a52b8258082b /projects | |
parent | 88dd0ac3af192e1ebfe9bcce24824582aa2abac8 (diff) | |
download | openttd-b3e2a54ba73a85c4962e0db9a574a502e8604f28.tar.xz |
(svn r20154) -Fix: A missing entry caused MSVC to modify generate_vs*.vcproj all the time.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/generate_vs80.vcproj | 1 | ||||
-rw-r--r-- | projects/generate_vs90.vcproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/projects/generate_vs80.vcproj b/projects/generate_vs80.vcproj index 2ff9f69e2..bc0b6c44c 100644 --- a/projects/generate_vs80.vcproj +++ b/projects/generate_vs80.vcproj @@ -14,6 +14,7 @@ <Configurations> <Configuration Name="Debug|Win32" + IntermediateDirectory="..\objs\generate" ConfigurationType="10" > </Configuration> diff --git a/projects/generate_vs90.vcproj b/projects/generate_vs90.vcproj index 2f725950e..dc7b3e2f5 100644 --- a/projects/generate_vs90.vcproj +++ b/projects/generate_vs90.vcproj @@ -15,6 +15,7 @@ <Configurations> <Configuration Name="Debug|Win32" + IntermediateDirectory="..\objs\generate" ConfigurationType="10" > </Configuration> |