From: Chun-wei Fan Date: Tue, 10 Jan 2017 10:43:03 +0000 (+0800) Subject: Visual Studio 201x builds: Fix previous commit X-Git-Tag: upstream/2.28.1~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e309cf84af1675ce0df7e970b4db28bef2d03394;p=platform%2Fupstream%2Fatk.git 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. --- 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 @@ - if exist ..\..\config.h copy ..\..\config.h.win32 ..\..\config.h + if not exist ..\..\config.h copy ..\..\config.h.win32 ..\..\config.h cd ..\..\atk