From 3a926f0228c68d7d91cf3946624d7859976440ec Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Fri, 11 Jan 2013 14:55:08 +0100 Subject: Initial creation --- Storm_dll.bat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Storm_dll.bat (limited to 'Storm_dll.bat') diff --git a/Storm_dll.bat b/Storm_dll.bat new file mode 100644 index 0000000..466a3d3 --- /dev/null +++ b/Storm_dll.bat @@ -0,0 +1,18 @@ +@echo off +rem Post-build batch for StormDll project +rem Called as StormDll.bat $(PlatformName) $(ConfigurationName) +rem Example: StormDll.bat x64 Debug + +if x%1 == xWin32 goto PlatformWin32 +if x%1 == xx64 goto PlatformWin64 +goto exit + +:PlatformWin32 +copy .\bin\Storm_dll\%1\%2\*.lib . +goto exit + +:PlatformWin64 +copy .\bin\Storm_dll\%1\%2\*.lib . +goto exit + +:exit -- cgit v1.2.3