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.

44 lines
585 B

  1. !IF 0
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Standard definitions file for debnot.lib
  7. Author:
  8. Drew Bliss (drewb) 23-Feb-1994
  9. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  10. !ENDIF
  11. MAJORCOMP=cairole
  12. MINORCOMP=interop
  13. TARGETNAME=debnot
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. INCLUDES=..; \
  17. $(SDK_INC_PATH);
  18. C_DEFINES=$(C_DEFINES) \
  19. -DFLAT \
  20. -DWIN32=100 \
  21. -D_NT1X_=100 \
  22. -DUNICODE \
  23. -D_UNICODE
  24. USE_MSVCRT=1
  25. SOURCES=\
  26. ..\assert.cxx \
  27. ..\output.c \
  28. ..\dprintf.c \
  29. ..\sprintf.c