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
371 B
25 lines
371 B
!ifndef ROOT
|
|
ROOT=$(MAKEDIR:\evtmsg=)
|
|
!endif
|
|
!ifndef DEVROOT
|
|
DEVROOT=$(ROOT)\dev
|
|
!endif
|
|
|
|
!include $(DEVROOT)\common.inc
|
|
|
|
TARGETNAME=nmevtmsg
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
!if "$(BUILD_PRODUCT)" != "NT"
|
|
ALT_PROJECT_TARGET = NT
|
|
!endif
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
SOURCES= \
|
|
nmevtmsg.mc \
|
|
main.rc
|
|
|
|
RESOURCE_ONLY_DLL=1
|