From e309cf84af1675ce0df7e970b4db28bef2d03394 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 10 Jan 2017 18:43:03 +0800 Subject: [PATCH] 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. --- win32/vs10/atk-gen-src.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4