17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
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
|