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.
27 lines
342 B
27 lines
342 B
# component
|
|
MAJORCOMP=setup
|
|
MINORCOMP=w95upg
|
|
|
|
# target
|
|
TARGETNAME=cmnmsg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# compiler options
|
|
CHICAGO_PRODUCT=1
|
|
|
|
# build options
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
# stub sources
|
|
SOURCES=
|
|
|
|
# stub x86-specifc sources
|
|
I386_SOURCES=
|
|
|
|
# makefile.inc settings (x86-only)
|
|
!if $(386)
|
|
NTTARGETFILE0=$(O)\msg.h $(O)\msg.rc
|
|
!endif
|
|
|
|
|