@REM
@REM Copyright (c)Samsung Elec. co, LTD. All rights reserved.
@REM
@echo off
REM ** CS8900 NDIS miniport driver build script **
SET B_TMP=%WINCEDEBUG%
IF "%1" == "D" set WINCEDEBUG=deb
@REM
@REM Copyright (c)Samsung Elec. co, LTD. All rights reserved.
@REM
@echo off
REM ** S3C2410 pcmcia driver build script **
SET B_TMP=%WINCEDEBUG%
IF "%1" == "D" set WINCEDEBUG=debug
IF
@REM
@REM Copyright (c)Samsung Elec. co, LTD. All rights reserved.
@REM
@echo off
REM ** S3C2410 touch driver build script **
SET B_TMP=%WINCEDEBUG%
IF "%1" == "D" set WINCEDEBUG=debug
IF