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

  1. !include ..\..\engine.mk
  2. MINORCOMP=ism
  3. SYNCHRONIZE_BLOCK=1
  4. # compiler options
  5. USE_MSVCRT=1
  6. SOURCES=\
  7. ..\ism.c \
  8. ..\typemgr.c \
  9. ..\filetype.c \
  10. ..\regtype.c \
  11. ..\datatype.c \
  12. ..\flowctrl.c \
  13. ..\attrib.c \
  14. ..\property.c \
  15. ..\ism.rc \
  16. ..\env.c \
  17. ..\ops.c \
  18. ..\users.c \
  19. ..\components.c \
  20. ..\modules.c \
  21. ..\logmsg.mc \
  22. DLLENTRY=_DllMainCRTStartup
  23. DLLBASE=0x01E000000
  24. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  25. SUBSYSTEM_VERSION=4.00
  26. # extra libs
  27. TARGETLIBS= $(TARGETLIBS) \
  28. $(COBRA_ROOT)\lib\$(O)\memdb.lib \
  29. $(COBRA_ROOT)\lib\$(O)\inf.lib \
  30. $(COBRA_ROOT)\lib\$(O)\utils.lib \
  31. $(COBRA_ROOT)\lib\$(O)\file.lib \
  32. $(COBRA_ROOT)\lib\$(O)\reg.lib \
  33. PRECOMPILED_INCLUDE=..\pch.h
  34. DLLDEF=..\ism.def