From 43a75ad562f4c1003f0960053e57a276bd9168cb Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 10 Apr 2017 19:00:58 -0400 Subject: [PATCH] add bwapi_bridge msvc project --- .gitignore | 4 +- bwapi_bridge/bwapi_bridge.sln | 22 ++++++ bwapi_bridge/bwapi_bridge.vcxproj | 93 +++++++++++++++++++++++ bwapi_bridge/bwapi_bridge.vcxproj.filters | 27 +++++++ 4 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 bwapi_bridge/bwapi_bridge.sln create mode 100644 bwapi_bridge/bwapi_bridge.vcxproj create mode 100644 bwapi_bridge/bwapi_bridge.vcxproj.filters diff --git a/.gitignore b/.gitignore index d0d7439..f2c4ac7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ out/ target/ .idea/ .settings/ +/output +bwapi_bridge/Debug/ +bwapi_bridge/Release/ .project .classpath *.iml @@ -19,4 +22,3 @@ target/ *.idb *.ilk *.pdb -/output diff --git a/bwapi_bridge/bwapi_bridge.sln b/bwapi_bridge/bwapi_bridge.sln new file mode 100644 index 0000000..d91eaae --- /dev/null +++ b/bwapi_bridge/bwapi_bridge.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bwapi_bridge", "bwapi_bridge.vcxproj", "{39D67D97-150F-4D1C-9405-42A8871D40F7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {39D67D97-150F-4D1C-9405-42A8871D40F7}.Debug|Win32.ActiveCfg = Debug|Win32 + {39D67D97-150F-4D1C-9405-42A8871D40F7}.Debug|Win32.Build.0 = Debug|Win32 + {39D67D97-150F-4D1C-9405-42A8871D40F7}.Release|Win32.ActiveCfg = Release|Win32 + {39D67D97-150F-4D1C-9405-42A8871D40F7}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/bwapi_bridge/bwapi_bridge.vcxproj b/bwapi_bridge/bwapi_bridge.vcxproj new file mode 100644 index 0000000..95afcf6 --- /dev/null +++ b/bwapi_bridge/bwapi_bridge.vcxproj @@ -0,0 +1,93 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {39D67D97-150F-4D1C-9405-42A8871D40F7} + Win32Proj + bwapi_bridge + + + + DynamicLibrary + true + v120 + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;BWAPI_BRIDGE_EXPORTS;%(PreprocessorDefinitions) + $(JAVA_HOME)\include;$(JAVA_HOME)\include\win32;$(BWTA_HOME)\include;$(BWAPI_HOME)\include + + + Windows + true + $(BWTA_HOME)\lib;$(BWAPI_HOME)\lib + BWAPId.lib;BWAPIClientd.lib;libgmp-10.lib;libmpfr-4.lib;BWTAd.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;BWAPI_BRIDGE_EXPORTS;%(PreprocessorDefinitions) + $(JAVA_HOME)\include;$(JAVA_HOME)\include\win32;$(BWTA_HOME)\include;$(BWAPI_HOME)\include + + + Windows + true + true + true + $(BWTA_HOME)\lib;$(BWAPI_HOME)\lib + BWAPI.lib;BWAPIClient.lib;libgmp-10.lib;libmpfr-4.lib;BWTA.lib;%(AdditionalDependencies) + + + + + + + + + + + + \ No newline at end of file diff --git a/bwapi_bridge/bwapi_bridge.vcxproj.filters b/bwapi_bridge/bwapi_bridge.vcxproj.filters new file mode 100644 index 0000000..42213b7 --- /dev/null +++ b/bwapi_bridge/bwapi_bridge.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Source Files + + + \ No newline at end of file