38 lines
366 B
Plaintext
38 lines
366 B
Plaintext
!include ..\..\win95upg.mk
|
|
|
|
!include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
|
|
|
|
# component
|
|
MINORCOMP=pnprept
|
|
|
|
# target
|
|
TARGETNAME=pnprept
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
# x86-specific sources
|
|
I386_SOURCES=\
|
|
pnprept.c \
|
|
pnprept.rc
|
|
|
|
# link libraries
|
|
NO_PROGRESS_BAR_LIB = 1
|
|
!include $(WIN95UPG_ROOT)\w95upg\libs.mk
|
|
|
|
|
|
# linker options
|
|
UMTYPE=console
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|