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.

41 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the general build options for this subtree.
  7. !ENDIF
  8. MAJORCOMP = oletest
  9. MINORCOMP = com
  10. !include ..\..\..\daytona.inc
  11. INCLUDES= ;..;$(OLEBALLSDIR)\common;
  12. INCLUDES= $(INCLUDES);$(OLEUTESTDIR)\balls\oleprx32\daytona
  13. UMTYPE= windows
  14. UMENTRY= winmain
  15. UMAPPL=
  16. UMTEST=
  17. UMLIBS= $(OLEBALLSDIR)\common\daytona\$(O)\servers.lib \
  18. $(OLEUTESTDIR)\balls\oleprx32\uuid\daytona\$(O)\uuid.lib \
  19. $(OLEDIR)\common\daytona\$(O)\common.lib \
  20. $(SDK_LIB_PATH)\uuid.lib \
  21. $(SDK_LIB_PATH)\ole32.lib \
  22. $(SDK_LIB_PATH)\rpcndr.lib \
  23. $(SDK_LIB_PATH)\rpcrt4.lib \
  24. $(SDK_LIB_PATH)\rpcns4.lib \
  25. $(SDK_LIB_PATH)\mpr.lib \
  26. $(SDK_LIB_PATH)\netapi32.lib \
  27. $(SDK_LIB_PATH)\kernel32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\gdi32.lib \
  30. $(SDK_LIB_PATH)\advapi32.lib