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.
15 lines
369 B
15 lines
369 B
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
USE_LEGO = 1
|
|
|
|
!include $(CCSHELL_DIR)\comctl32\v5\sources.inc
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\comctl32\v5\sources.inc
|
|
|
|
TARGETNAME = comctl32
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
# we want all of lang .rc files added
|
|
C_DEFINES = $(C_DEFINES) -DMULTILINGUAL
|
|
|
|
PRIVLIB = comctlp.lib
|