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.
32 lines
728 B
32 lines
728 B
############################################################################
|
|
#
|
|
# Copyright © Microsoft Corporation. All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
!include ..\sources.inc
|
|
SOURCES_USED=..\sources.inc
|
|
|
|
TARGETNAME=framedyd
|
|
|
|
IMPLIB_OBJS=$(WMIROOT)\common\utillib\unicode_debug\$(O)\???????????.OBJ
|
|
|
|
DEBUG_CRTS=1
|
|
|
|
SOURCES= $(SOURCES) \
|
|
framedyd.rc
|
|
|
|
TARGETLIBS= $(TARGETLIBS) \
|
|
$(UTILLIB_DEBUG_LIB)
|
|
|
|
BINPLACE_PLACEFILE=placefil.txt
|
|
|
|
NTTARGETFILE1=\
|
|
$(O)\framedyd.lib \
|
|
$(O)\framedydp.lib \
|
|
|
|
|
|
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
|
|
|
|
# Ships in the SDK
|
|
BUFFER_OVERFLOW_CHECKS=0
|