From f79bc260c45e674537476225e5061417d4683ef4 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Wed, 18 Jan 2012 10:55:23 +0100 Subject: [PATCH] cec: move create-installer.cmd to support/ --- {project => support}/create-installer.cmd | 2 ++ 1 file changed, 2 insertions(+) rename {project => support}/create-installer.cmd (99%) diff --git a/project/create-installer.cmd b/support/create-installer.cmd similarity index 99% rename from project/create-installer.cmd rename to support/create-installer.cmd index 49e4fda..cd5227c 100644 --- a/project/create-installer.cmd +++ b/support/create-installer.cmd @@ -20,6 +20,8 @@ IF "%VS100COMNTOOLS%"=="" ( set COMPILER10="%VS100COMNTOOLS%\..\IDE\devenv.exe" ) ELSE GOTO NOSDK10 +cd ..\project + del /s /f /q ..\build mkdir ..\build mkdir ..\build\x64 -- 2.34.1