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.

53 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. DLLENTRY= _DllMainCRTStartup
  12. DLLBASE=@$(COFFBASE_TXT_FILE),usermode
  13. !include ..\..\..\daytona.inc
  14. INCLUDES= ..\;..\..\..\..\..\cinc;..\..\..\oleprx32\proxy;..\..\..\common
  15. UMTYPE= windows
  16. UMAPPL=
  17. UMTEST=
  18. LINKLIBS= \
  19. ..\..\..\oleprx32\uuid\daytona\$(O)\uuid.lib \
  20. ..\..\..\common\daytona\$(O)\servers.lib \
  21. $(BASEDIR)\private\ole32\com\port\daytona\$(O)\port.lib \
  22. $(BASEDIR)\private\ole32\common\daytona\$(O)\common.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\gdi32.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\advapi32.lib
  29. !IF $(386)
  30. NTTARGETFILE0=$(DLLDEF:*=i386)
  31. !ENDIF
  32. !IF $(MIPS)
  33. NTTARGETFILE0=$(DLLDEF:*=mips)
  34. !ENDIF
  35. !IF $(ALPHA)
  36. NTTARGETFILE0=$(DLLDEF:*=alpha)
  37. !ENDIF