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.
42 lines
993 B
42 lines
993 B
!IF 0
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=ShimLib
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
PASS1_PUBLISH=\
|
|
{$(DYNLINK_LIB)=$(WINDOWS_LIB_DEST)\$(DYNLINK_LIBDIR)}
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
USE_LIBCMT=1
|
|
USE_NATIVE_EH=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DSHIM_LIB_BUILD_FLAG -D_CRTBLD
|
|
|
|
INCLUDES= ..\inc;..\..\inc
|
|
|
|
SOURCES= argvw.cpp \
|
|
argva.cpp \
|
|
ShimHook.cpp \
|
|
ClassCFP.cpp \
|
|
common.cpp \
|
|
internal.cpp \
|
|
AppAndCommandLine.cpp \
|
|
ParseDDE.cpp \
|
|
HookCallback.cpp \
|
|
CString.cpp \
|
|
CStringAPI.cpp \
|
|
rtlutils.cpp \
|
|
secutils.cpp \
|
|
Win9xPath.cpp \
|
|
VerifLog.cpp \
|
|
Utils.cpp
|
|
|