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.

49 lines
1.3 KiB

  1. !include ..\..\modules.mk
  2. MINORCOMP=script
  3. # compiler options
  4. USE_MSVCRT=1
  5. SOURCES=\
  6. ..\entry.c \
  7. ..\v1.c \
  8. ..\sgminit.c \
  9. ..\sgmqueue.c \
  10. ..\sgmcallback.c \
  11. ..\sgmutil.c \
  12. ..\script.rc \
  13. ..\dgm.c \
  14. ..\csm.c \
  15. ..\opm.c \
  16. ..\regconv.c \
  17. ..\restore.c \
  18. ..\rules.c \
  19. ..\parse.c \
  20. ..\app.c \
  21. ..\attrib.c \
  22. ..\etm.c \
  23. ..\logmsg.mc \
  24. ..\renregfn.c \
  25. ..\oeutils.c \
  26. DLLENTRY=_DllMainCRTStartup
  27. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  28. SUBSYSTEM_VERSION=4.00
  29. # extra libs
  30. TARGETLIBS= $(TARGETLIBS) \
  31. $(COBRA_ROOT)\lib\$(O)\memdb.lib \
  32. $(COBRA_ROOT)\lib\$(O)\reg.lib \
  33. $(COBRA_ROOT)\lib\$(O)\inf.lib \
  34. $(COBRA_ROOT)\bin\$(O)\migism.lib \
  35. $(COBRA_ROOT)\lib\$(O)\file.lib \
  36. $(COBRA_ROOT)\lib\$(O)\icons.lib \
  37. $(COBRA_ROOT)\lib\$(O)\modimage.lib \
  38. $(COBRA_ROOT)\lib\$(O)\version.lib \
  39. $(SDK_LIB_PATH)\rpcrt4.lib \
  40. $(SDK_LIB_PATH)\shlwapi.lib \
  41. PRECOMPILED_INCLUDE=pch.h
  42. DLLDEF=..\script.def