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.
67 lines
1.0 KiB
67 lines
1.0 KiB
!ifndef ROOT
|
|
ROOT=$(MAKEDIR:\av\intelcc\isrdbg32=)
|
|
!endif
|
|
!ifndef DEVROOT
|
|
DEVROOT=$(ROOT)\dev
|
|
!endif
|
|
|
|
!include $(DEVROOT)\common.inc
|
|
|
|
MAJORCOMP=av
|
|
MINORCOMP=isrdbg32
|
|
|
|
TARGETNAME=isrdbg32
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=isrdbg32.def
|
|
DLLENTRY=DllMain
|
|
|
|
!UNDEF USE_MSVCRT
|
|
!UNDEF USE_LIBC
|
|
!UNDEF USE_MSVCRT
|
|
!UNDEF USE_LIBCMT
|
|
|
|
|
|
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib
|
|
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
INCLUDES=..\include;$(INCLUDES)
|
|
|
|
#
|
|
# List of sources
|
|
#
|
|
|
|
|
|
SOURCES= isrdbg32.c \
|
|
ver.rc
|
|
|
|
|
|
#
|
|
# Precompiled specs
|
|
#
|
|
|
|
#PRECOMPILED_INCLUDE = precomp.h
|
|
#PRECOMPILED_PCH = precomp.pch
|
|
#PRECOMPILED_cpp = precomp.obj
|
|
#PRECOMPILED_CXX = 1
|
|
|
|
|
|
CONDITIONAL_INCLUDES = \
|
|
macocidl.h \
|
|
macwin32.h \
|
|
rpcerr.h \
|
|
rpcmac.h \
|
|
winwlm.h \
|
|
macname1.h \
|
|
macname2.h \
|
|
macpub.h \
|
|
macapi.h
|
|
|