43 lines
951 B
Plaintext
43 lines
951 B
Plaintext
!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
|
|
|