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.

48 lines
1.3 KiB

  1. !include ..\..\modules.mk
  2. MINORCOMP=sysmod
  3. # compiler options
  4. USE_MSVCRT=1
  5. SOURCES=\
  6. ..\entry.c \
  7. ..\cookies.c \
  8. ..\lnkmig.c \
  9. ..\netdrives.c \
  10. ..\netshares.c \
  11. ..\osfiles.c \
  12. ..\dbattrib.c \
  13. ..\dbaction.c \
  14. ..\migdb.c \
  15. ..\printers.c \
  16. ..\rasmig.c \
  17. ..\access.c \
  18. ..\sysmod.rc \
  19. ..\logmsg.mc \
  20. DLLENTRY=_DllMainCRTStartup
  21. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  22. SUBSYSTEM_VERSION=4.00
  23. WINVER_VERSION=0x0500
  24. # extra libs
  25. TARGETLIBS= $(TARGETLIBS) \
  26. $(SDK_LIB_PATH)\winspool.lib \
  27. $(SDK_LIB_PATH)\wininet.lib \
  28. $(COBRA_ROOT)\lib\$(O)\version.lib \
  29. $(COBRA_ROOT)\lib\$(O)\modimage.lib \
  30. $(COBRA_ROOT)\lib\$(O)\memdb.lib \
  31. $(COBRA_ROOT)\lib\$(O)\reg.lib \
  32. $(COBRA_ROOT)\lib\$(O)\inf.lib \
  33. $(COBRA_ROOT)\bin\$(O)\migism.lib \
  34. $(COBRA_ROOT)\lib\$(O)\file.lib \
  35. $(COBRA_ROOT)\lib\$(O)\icons.lib \
  36. $(COBRA_ROOT)\lib\$(O)\modimage.lib \
  37. $(COBRA_ROOT)\lib\$(O)\linkpif.lib \
  38. PRECOMPILED_INCLUDE=pch.h
  39. DLLDEF=..\sysmod.def