home *** CD-ROM | disk | FTP | other *** search
- @ REM Set command switch for building debug or retail (default is to build debug)
- @ REM Type "build.bat -r" to build for retail
- @ SET DEBUGSAMPLE=/debug+
- @ IF "%1"=="-r" SET DEBUGSAMPLE=/debug-
- @ IF "%1"=="-R" SET DEBUGSAMPLE=/debug-
-
-
- if not exist ..\bin md ..\bin
- csc.exe /t:library %DEBUGSAMPLE% /out:..\bin\CompCS.dll CompCS.cs
- IF NOT EXIST ..\ClientASP\Bin MKDIR ..\ClientASP\Bin
- ECHO Y| COPY ..\Bin\CompCS.dll ..\ClientASP\Bin\CompCS.dll
-