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
290 B

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