Leaked source code of windows server 2003
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.

43 lines
1.1 KiB

  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. ..\initype.c \
  12. ..\datatype.c \
  13. ..\flowctrl.c \
  14. ..\attrib.c \
  15. ..\property.c \
  16. ..\ism.rc \
  17. ..\env.c \
  18. ..\ops.c \
  19. ..\users.c \
  20. ..\components.c \
  21. ..\modules.c \
  22. ..\logmsg.mc \
  23. DLLENTRY=_DllMainCRTStartup
  24. DLLBASE=0x01E000000
  25. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  26. SUBSYSTEM_VERSION=4.00
  27. # extra libs
  28. TARGETLIBS= $(TARGETLIBS) \
  29. $(COBRA_ROOT)\lib\$(O)\memdb.lib \
  30. $(COBRA_ROOT)\lib\$(O)\inf.lib \
  31. $(COBRA_ROOT)\lib\$(O)\utils.lib \
  32. $(COBRA_ROOT)\lib\$(O)\file.lib \
  33. $(COBRA_ROOT)\lib\$(O)\reg.lib \
  34. PRECOMPILED_INCLUDE=..\pch.h
  35. DLLDEF=..\ism.def