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.
12 lines
282 B
12 lines
282 B
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
INCLUDES = $(INCLUDES);$(O);$(WINDOWS_INC_PATH)\duser
|
|
|
|
RESOURCE_ONLY_DLL=1
|
|
SUBSYSTEM_VERSION=$(SUBSYSTEM_VERSION_LATEST)
|
|
|
|
NTTARGETFILE0 = \
|
|
$(O)\cpstyle.ui \
|
|
$(O)\style.ui
|