From 1f34a8cd10951ae71c1128e9239b4084e40d08ef Mon Sep 17 00:00:00 2001 From: Florian Wilkemeyer Date: Mon, 25 Apr 2016 12:56:44 +0200 Subject: [PATCH] Re-Added PostBuild Step to map-server VCProject which copies the corresponding conf/import-tmpl to conf/import if they do'nt exist. Note: this build-step has been taken from the old VCProject file. A cleaner way would be a separate POST_BUILD Dummy-Project which executes a batch file which would perform these actions. (So it's subject-to-change :)) --- src/map/map-server.vcxproj | 81 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/src/map/map-server.vcxproj b/src/map/map-server.vcxproj index 619ffe19eb..ee9ccc8069 100644 --- a/src/map/map-server.vcxproj +++ b/src/map/map-server.vcxproj @@ -243,4 +243,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file