View Single Post
  #9  
Old 03-20-2011, 23:24
butaktelco butaktelco is offline
Friend
 
Join Date: Feb 2011
Posts: 31
Rept. Given: 6
Rept. Rcvd 18 Times in 3 Posts
Thanks Given: 5
Thanks Rcvd at 6 Times in 4 Posts
butaktelco Reputation: 18
i set in chk make.bat
Quote:
@ECHO OFF

set SRC_DRIVE=C:
set SRC_PATH=C:\Vusb\Bus
set DDK_PATH=C:\WinDDK\7600.16385.1

call %DDK_PATH%\bin\setenv.bat %DDK_PATH% wxp chk

%SRC_DRIVE%
cd %SRC_DRIVE%\%SRC_PATH%

set DEBUG_BUILD=1
nmake

pause
then after execute show like these
Quote:
OACR monitor running already
The filename, directory name, or volume label syntax is incorrect.

Microsoft (R) Program Maintenance Utility Version 9.00.30729.207
Copyright (C) Microsoft Corporation. All rights reserved.

NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
Press any key to continue . . .
where is source on directory c:\vusb
anything missing for step ?

thanks

Last edited by butaktelco; 03-20-2011 at 23:34.
Reply With Quote