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.
26 lines
416 B
26 lines
416 B
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\kmres=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_kmres
|
|
|
|
TARGETNAME=KMRES
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=
|
|
|
|
DLLBASE=0x20000000
|
|
INCLUDES=..;..\..\inc
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
SOURCES= \
|
|
kmres.rc
|
|
|
|
UMTYPE=windows
|
|
|
|
MISCFILES=..\..\gpd\km\KMKM6230.gpd \
|
|
..\..\gpd\km\KMKM5230.gpd \
|
|
..\..\gpd\km\KMKM4230.gpd
|