Created
November 28, 2014 14:36
-
-
Save yangsheng1107/29b335924f3525ca660c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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