Leaked source code of windows server 2003
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

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=ShimLib
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=LIBRARY
  9. PASS1_PUBLISH=\
  10. {$(DYNLINK_LIB)=$(WINDOWS_LIB_DEST)\$(DYNLINK_LIBDIR)}
  11. SYNCHRONIZE_BLOCK=1
  12. USE_LIBCMT=1
  13. USE_NATIVE_EH=1
  14. C_DEFINES=$(C_DEFINES) -DSHIM_LIB_BUILD_FLAG -D_CRTBLD
  15. INCLUDES= ..\inc;..\..\inc
  16. SOURCES= argvw.cpp \
  17. argva.cpp \
  18. ShimHook.cpp \
  19. ClassCFP.cpp \
  20. common.cpp \
  21. internal.cpp \
  22. AppAndCommandLine.cpp \
  23. ParseDDE.cpp \
  24. HookCallback.cpp \
  25. CString.cpp \
  26. CStringAPI.cpp \
  27. rtlutils.cpp \
  28. secutils.cpp \
  29. Win9xPath.cpp \
  30. VerifLog.cpp \
  31. Utils.cpp