15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
|
TARGETNAME=XDCS
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
||
|
|
||
|
INCLUDES= ..\inc;$(BASEDIR)\private\ntos\inc;$(BASEDIR)\private\inc;$(BASEDIR)\public\ddk\inc;
|
||
|
|
||
|
!ifdef DEBUG_USB
|
||
|
USER_C_FLAGS=/FAcs
|
||
|
!endif
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W4
|
||
|
|
||
|
SOURCES=xdcs.cpp
|
||
|
|