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.
21 lines
340 B
21 lines
340 B
C_DEFINES=-DWINVER=0x0400
|
|
TARGETNAME=pcl5ch
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(SDK_LIB_PATH)\libcntpr.lib \
|
|
$(DDK_LIB_PATH)\win32k.lib
|
|
|
|
C_DEFINES=-DWINNT
|
|
RCCODEPAGE=949
|
|
|
|
USE_NOLIBS=1
|
|
|
|
INCLUDES=..;..\..\inc
|
|
|
|
PRIVINCS=
|
|
SUBSYSTEM_VERSION=3.50
|
|
|
|
SOURCES=pcl5ch.c \
|
|
pcl5ch.rc \
|
|
..\modinit.c
|
|
|