mirror of https://github.com/tongzx/nt5src
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.
25 lines
356 B
25 lines
356 B
!include ..\..\win95upg.mk
|
|
|
|
!include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
|
|
|
|
# component
|
|
MINORCOMP=hwdatgen
|
|
|
|
# target
|
|
TARGETNAME=hwdatgen
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
# x86-specific sources
|
|
I386_SOURCES=\
|
|
hwdatgen.c \
|
|
hwdatgen.rc
|
|
|
|
# link libraries
|
|
NO_PROGRESS_BAR_LIB = 1
|
|
!include $(WIN95UPG_ROOT)\w95upg\libs.mk
|
|
|
|
# app settings
|
|
UMTYPE=console
|
|
|
|
|