You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
873 B
12 lines
873 B
@echo off |
|
REM ********************************************************************** |
|
REM * * |
|
REM * The CL options below define which client type you wish to * |
|
REM * build. It is currently set for an external release live client. * |
|
REM * * |
|
REM * This batch file will clean your source tree - you should do this * |
|
REM * if you change crypto keys. * |
|
REM * * |
|
REM ********************************************************************** |
|
SET CL=/DPLASMA_EXTERNAL_RELEASE /DBUILD_TYPE=BUILD_TYPE_LIVE |
|
devenv.com .\MOULOpenSourceClientPlugin\Plasma20\MsDevProjects\Plasma\Apps\AllClient\AllClient.sln /clean Release
|
|
|