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.

42 lines
536 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. !ENDIF
  4. MAJORCOMP=neptune
  5. MINORCOMP=datl
  6. TARGETNAME=datl
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. USE_CRTDLL=1
  10. USE_NATIVE_EH=1
  11. USE_ATL=1
  12. ATL_VER=30
  13. #
  14. # Use Standard Template Library
  15. #
  16. USE_STL = 1
  17. C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE -D_UNICODE
  18. INCLUDES= \
  19. $(BASEDIR)\public\sdk\inc\crt; \
  20. $(BASEDIR)\public\sdk\inc
  21. SOURCES= \
  22. autoptr.cpp \
  23. cidl.cpp \
  24. cshalloc.cpp \
  25. regexp.cpp \
  26. simreg.cpp \
  27. tpath.cpp \
  28. tstring.cpp