summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-01-10 18:43:03 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-01-10 18:43:03 +0800
commite309cf84af1675ce0df7e970b4db28bef2d03394 (patch)
tree6b19ce3fca55715e0428347518ca03c01647e92d
parent80f310a52682e71df05ccd98b0e79c7603f72164 (diff)
downloadatk-e309cf84af1675ce0df7e970b4db28bef2d03394.tar.gz
Visual Studio 201x builds: Fix previous commit
The previous commit which moved the project files from build/win32/ to win32/ also attempted to clean up things a bit. This fixes the cleanup.
-rw-r--r--win32/vs10/atk-gen-src.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/vs10/atk-gen-src.props b/win32/vs10/atk-gen-src.props
index 06bec83..6abbcdc 100644
--- a/win32/vs10/atk-gen-src.props
+++ b/win32/vs10/atk-gen-src.props
@@ -4,7 +4,7 @@
<Import Project="atk-build-defines.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros">
- <GenConfigH>if exist ..\..\config.h copy ..\..\config.h.win32 ..\..\config.h</GenConfigH>
+ <GenConfigH>if not exist ..\..\config.h copy ..\..\config.h.win32 ..\..\config.h</GenConfigH>
<GenMarshalSrc>
cd ..\..\atk