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.
16 lines
405 B
16 lines
405 B
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
!include $(CCSHELL_DIR)\comctl32\v5\comctl32.inc
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\comctl32\v5\comctl32.inc
|
|
|
|
NO_BROWSER_FILE = 1
|
|
|
|
# This supplemental library uses NT 5 definitions
|
|
WIN32_WINNT_VERSION=0x0500
|
|
WIN32_WIN95_VERSION=0x0500
|
|
|
|
TARGETNAME = apithk
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
SOURCES = ..\apithk.c
|