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.

40 lines
1.1 KiB

  1. !include ..\..\modules.mk
  2. MINORCOMP=guitrans
  3. # compiler options
  4. USE_MSVCRT=1
  5. SOURCES=\
  6. ..\entry.c \
  7. ..\guitrans.rc \
  8. ..\removemed.c \
  9. ..\netcommon.c \
  10. ..\netsource.c \
  11. ..\netdest.c \
  12. ..\sockets.c \
  13. ..\opaque.c \
  14. ..\direct.c \
  15. ..\logmsg.mc \
  16. DLLENTRY=_DllMainCRTStartup
  17. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  18. SUBSYSTEM_VERSION=4.00
  19. # extra libs
  20. TARGETLIBS= $(TARGETLIBS) \
  21. $(COBRA_ROOT)\lib\$(O)\memdb.lib \
  22. $(COBRA_ROOT)\lib\$(O)\file.lib \
  23. $(COBRA_ROOT)\lib\$(O)\modimage.lib \
  24. $(COBRA_ROOT)\lib\$(O)\compress.lib \
  25. $(COBRA_ROOT)\lib\$(O)\cablib.lib \
  26. $(COBRA_ROOT)\lib\$(O)\inf.lib \
  27. $(COBRA_ROOT)\bin\$(O)\migism.lib \
  28. $(COBRA_ROOT)\lib\$(O)\reg.lib \
  29. $(SDK_LIB_PATH)\cabinet.lib \
  30. $(SDK_LIB_PATH)\wsock32.lib \
  31. PRECOMPILED_INCLUDE=pch.h
  32. DLLDEF=..\guitrans.def