mirror of https://github.com/lianthony/NT4.0
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.
22 lines
335 B
22 lines
335 B
MAJORCOMP=os2pgms
|
|
MINORCOMP=list
|
|
|
|
TARGETNAME=list
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=.
|
|
|
|
SOURCES=lcut.c \
|
|
ldisp.c \
|
|
linit.c \
|
|
lmisc.c \
|
|
lread.c \
|
|
lsearch.c \
|
|
list.c \
|
|
list.rc
|
|
|
|
C_DEFINES=-D_OS2_20_=$(_OS2_20_) -DNO_EXT_KEYS -Dnear= -Dfar= -DNT
|
|
|
|
UMTYPE=console
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\hexedit.lib
|