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.

66 lines
1.2 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\t120\common=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=t120
  9. MINORCOMP=common
  10. TARGETNAME=common
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. SYNCHRONIZE_BLOCK=1
  14. INCLUDES=$(INCLUDES);$(ROOT)\h\t120;$(ROOT)\t120\h;..;$(ROOT)\asn1\h;$(ROOT)\h
  15. C_DEFINES=$(C_DEFINES) -D_WINDOWS
  16. # -DJASPER
  17. # Always use intrinsics, even in debug
  18. USER_C_FLAGS=/Oi
  19. 386_STDCALL=1
  20. LINKLIBS=\
  21. $(ROOT)\nmutil\nmutila\$(_OBJ_DIR)\*\nmutila.lib
  22. #
  23. # List of sources
  24. #
  25. SOURCES= \
  26. appcap.cpp \
  27. capid.cpp \
  28. t120dbg.cpp \
  29. memory.cpp \
  30. sesskey.cpp \
  31. objkey.cpp \
  32. regkey.cpp \
  33. cntlist.cpp \
  34. ms_util.cpp
  35. #
  36. # Precompiled specs
  37. #
  38. PRECOMPILED_INCLUDE = precomp.h
  39. PRECOMPILED_PCH = precomp.pch
  40. PRECOMPILED_OBJ = precomp.obj
  41. PRECOMPILED_CXX = 1
  42. CONDITIONAL_INCLUDES = \
  43. macocidl.h \
  44. macwin32.h \
  45. rpcerr.h \
  46. rpcmac.h \
  47. winwlm.h \
  48. macname1.h \
  49. macname2.h \
  50. macpub.h \
  51. macapi.h