mirror of https://github.com/tongzx/nt5src
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.
32 lines
506 B
32 lines
506 B
TARGETNAME=glitch
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
|
|
|
|
TARGETLIBS=$(PROJECT_LIB_PATH)\rt.lib
|
|
|
|
|
|
INCLUDES=$(PRIVATE_INC_PATH);\
|
|
$(HALKIT_INC_PATH);\
|
|
$(PUBLIC_INTERNAL_PATH)\base\inc;\
|
|
$(INCLUDES)
|
|
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
|
|
C_DEFINES=-D_WIN32 -DUNICODE -D_UNICODE -DUNDER_NT
|
|
|
|
##
|
|
## Uncomment for debug stuff
|
|
##
|
|
#C_DEFINES=$(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_VERBOSE
|
|
|
|
LINKER_FLAGS=-map
|
|
|
|
SOURCES=\
|
|
glitch.rc \
|
|
device.c \
|
|
glitch.c \
|
|
mapview.c
|
|
|