Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- setLocal EnableDelayedExpansion
- call "%VS100COMNTOOLS%vsvars32.bat" amd64
- call __CLEAN_ENGINES.bat
- devenv ..\Engines\%prefix%.sln /Clean
- devenv /build "%BUILD_TYPE%|x64" ..\Engines\%prefix%.sln /project Shared
- devenv /build "%BUILD_TYPE%|x64" ..\Engines\%prefix%.sln /project Core
- devenv /build "%BUILD_TYPE%|x64" ..\Engines\%prefix%.sln /project ArneClient
- devenv /build "%BUILD_TYPE%|x64" ..\Engines\%prefix%.sln /project ArneServer
- devenv /build "%BUILD_TYPE%|x64" ..\Engines\%prefix%.sln /project TeamSpeak3
- devenv ..\TS3_Plugin\src\%prefix%.sln /Clean
- devenv /build "%BUILD_TYPE%|Win32" ..\Engines\%prefix%.sln /project Shared
- devenv /build "%BUILD_TYPE%|Win32" ..\Engines\%prefix%.sln /project Core
- devenv /build "%BUILD_TYPE%|Win32" ..\Engines\%prefix%.sln /project ArneClient
- devenv /build "%BUILD_TYPE%|Win32" ..\Engines\%prefix%.sln /project ArneServer
- devenv /build "%BUILD_TYPE%|Win32" ..\Engines\%prefix%.sln /project TeamSpeak3
- devenv /build "%BUILD_TYPE%|Win32" ..\Engines\%prefix%.sln /project jayvbs2lib
- devenv ..\Engines\%prefix%.sln /Clean
Add Comment
Please, Sign In to add comment