Index: createsolution.bat |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/createsolution.bat |
@@ -0,0 +1,3 @@ |
+@echo off |
+pushd %~dp0 |
+third_party\gyp\gyp.bat --depth=. -f msvs -I common.gypi -Dtarget_arch=x64 libadblockplus.gyp |