Skip to content

Instantly share code, notes, and snippets.

@mkrautz
Created February 11, 2013 22:34
Show Gist options
  • Save mkrautz/4758248 to your computer and use it in GitHub Desktop.
Save mkrautz/4758248 to your computer and use it in GitHub Desktop.
Mumble Win32 installer
echo Build installer && call ..\..\..\prep.bat && SET MumbleDebugToolsDir=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE&& SET MumbleSourceDir=%WORKSPACE:/=\%&& cd scripts && call mkini-win32.bat && cd ..\installer && msbuild /p:Configuration=Release MumbleInstall.sln && perl build_installer.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment