Source code of Windows XP (NT5)
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.

23 lines
335 B

  1. TARGETNAME=proccon
  2. TARGETPATH=$(_OBJ_DIR)
  3. TARGETTYPE=LIBRARY
  4. UMTYPE=console
  5. UNICODE=1
  6. USE_MSVCRT=1
  7. USE_NATIVE_EH=1
  8. MSC_WARNING_LEVEL=/WX /W3
  9. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  10. INCLUDES=.;..\service
  11. SOURCES=\
  12. procconlibmsg.rc \
  13. procconlibmsg.mc \
  14. procconlib.cpp
  15. PASS0_HEADERDIR=$(O)
  16. PASS0_SOURCEDIR=$(O)