diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-09-27 15:22:00 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-09-27 15:22:00 +0800 |
commit | d23aa2f10c6580f503dfc6969f8550db9576367f (patch) | |
tree | 196a72f244429a4f8bc0f78a07a609bb44596a0c | |
parent | 941aff3788ed5ab32e577bcad626150f5e20ce7e (diff) | |
download | json-glib-d23aa2f10c6580f503dfc6969f8550db9576367f.tar.gz |
Update VS9 property sheet
Separate intermediate folders so that errors/warnings caused by in-use files
during compilation can be avoided.
-rw-r--r-- | build/win32/vs9/json-glib.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs9/json-glib.vsprops b/build/win32/vs9/json-glib.vsprops index ba6a0c6..f9acd69 100644 --- a/build/win32/vs9/json-glib.vsprops +++ b/build/win32/vs9/json-glib.vsprops @@ -4,7 +4,7 @@ Version="8.00"
Name="jsonglibprops"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
>
<Tool
Name="VCCLCompilerTool"
|