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.

17 lines
309 B

  1. TARGETNAME = dbglib
  2. TARGETPATH = $(DEBUGGER_LIBS)
  3. TARGETTYPE = LIBRARY
  4. INCLUDES = ..
  5. C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
  6. SOURCES = \
  7. ..\cab.cpp \
  8. ..\cmnutil.cpp \
  9. ..\dhhelp.cpp \
  10. ..\dllimp.cpp \
  11. ..\float10.cpp \
  12. ..\pparse.cpp
  13. PRECOMPILED_INCLUDE = ..\pch.hpp