summaryrefslogtreecommitdiffstats
path: root/msvc-dev.bat
diff options
context:
space:
mode:
Diffstat (limited to 'msvc-dev.bat')
-rw-r--r--msvc-dev.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/msvc-dev.bat b/msvc-dev.bat
new file mode 100644
index 0000000..671a56d
--- /dev/null
+++ b/msvc-dev.bat
@@ -0,0 +1,9 @@
+@echo off
+
+setlocal
+cd %0\..
+call msvc-env.bat
+
+start "" "%VSHOME%\Common7\IDE\devenv.exe" %SOLUTION%
+
+endlocal