42 lines
939 B
Plaintext
42 lines
939 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1996 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME= jitdump
|
||
|
TARGETPATH= obj
|
||
|
TARGETTYPE= PROGRAM
|
||
|
|
||
|
INCLUDES= ..\inc;..\h
|
||
|
|
||
|
C_DEFINES= $(C_DEFINES) -DINC_OLE2
|
||
|
|
||
|
SOURCES= \
|
||
|
jitdump.cxx \
|
||
|
jitdump.rc
|
||
|
|
||
|
UMTYPE= console
|
||
|
UMENTRY= main
|
||
|
|
||
|
LINKLIBS= \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib \
|
||
|
..\ndrexts\$(O)\ndrexts.lib \
|
||
|
|
||
|
BINPLACE_PLACEFILE=..\placefil.txt
|