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.
28 lines
471 B
28 lines
471 B
!include ..\..\win95upg.mk
|
|
|
|
!include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
|
|
|
|
# component
|
|
MINORCOMP=memdbren
|
|
|
|
# target
|
|
TARGETNAME=memdbren
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
# x86-specific sources
|
|
I386_SOURCES=\
|
|
memdbren.c \
|
|
memdbren.rc
|
|
|
|
INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\dll;$(WIN95UPG_ROOT)\w95upgnt\ntui;$(INCLUDES)
|
|
|
|
# link libraries
|
|
TARGETLIBS=
|
|
!include $(WIN95UPG_ROOT)\w95upgnt\libs.mk
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
|
|
|