Skip to content

Instantly share code, notes, and snippets.

@yangsheng1107
Created November 28, 2014 14:36
Show Gist options
  • Save yangsheng1107/29b335924f3525ca660c to your computer and use it in GitHub Desktop.
Save yangsheng1107/29b335924f3525ca660c to your computer and use it in GitHub Desktop.
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
cd liveMedia
nmake /B -f liveMedia.mak
cd ../groupsock
nmake /B -f groupsock.mak
cd ../UsageEnvironment
nmake /B -f UsageEnvironment.mak
cd ../BasicUsageEnvironment
nmake /B -f BasicUsageEnvironment.mak
cd ../testProgs
nmake /B -f testProgs.mak
cd ../mediaServer
nmake /B -f mediaServer.mak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment