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.

20 lines
311 B

  1. TARGETNAME = dbgrpc
  2. TARGETPATH = obj
  3. TARGETTYPE = LIBRARY
  4. C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
  5. SOURCES = \
  6. ..\dbgrpc.cpp \
  7. ..\portio.cpp \
  8. ..\schan.cpp \
  9. ..\trans.cpp
  10. SUBSYSTEM_VERSION = 4.00
  11. USE_MSVCRT = 1
  12. NO_NTDLL = 1
  13. INCLUDES = ..\..\dbg-common;..
  14. #PRECOMPILED_INCLUDE = ..\pch.hpp