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.

16 lines
282 B

  1. TARGETNAME = dbgrpc
  2. TARGETPATH = obj
  3. TARGETTYPE = LIBRARY
  4. SOURCES = \
  5. ..\dbgrpc.cpp \
  6. ..\portio.cpp \
  7. ..\trans.cpp
  8. C_DEFINES = $(C_DEFINES) -DNT_NATIVE -DSECURITY_WIN32
  9. USE_NTDLL = 1
  10. INCLUDES = ..\..\dbg-common;..;$(BASE_INC_PATH)
  11. #PRECOMPILED_INCLUDE = ..\pch.hpp