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.

16 lines
353 B

  1. TARGETNAME=vccomsup
  2. TARGETTYPE=LIBRARY
  3. TARGETPATH=$(_OBJ_DIR)
  4. SOURCES = \
  5. comraise.cpp \
  6. comsupp.cpp \
  7. comutil.cpp
  8. PASS0_PUBLISH=\
  9. {comutil.h=$(SDK_INC_PATH)\comutil.h}\
  10. {comdef.h=$(SDK_INC_PATH)\comdef.h}\
  11. {comip.h=$(SDK_INC_PATH)\comip.h}
  12. PASS1_PUBLISH=\
  13. {$(O)\vccomsup.lib=$(SDK_LIB_PATH)\vccomsup.lib}