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.

59 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1995 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. Revision History:
  11. !ENDIF
  12. TARGETNAME=ortest
  13. TARGETTYPE=PROGRAM
  14. TARGETPATH=bin
  15. TARGETLIBS=$(SDK_LIB_PATH)\rpcrt4.lib \
  16. $(SDK_LIB_PATH)\ntdll.lib \
  17. LINKLIBS=..\..\idl\public\daytona\$(O)\pubidl.lib \
  18. ..\..\idl\internal\daytona\$(O)\priidl.lib \
  19. $(BASEDIR)\private\rpc\runtime\rtifs\*\rtifs.lib
  20. INCLUDES=$(BASEDIR)\private\types\idl;..;..\objex;obj
  21. INCLUDES=$(INCLUDES);$(BASEDIR)\private\rpc\runtime\rtifs\obj
  22. INCLUDES=$(INCLUDES);..\..\idl\public;..\..\idl\public\daytona\obj
  23. INCLUDES=$(INCLUDES);..\..\idl\internal;..\..\idl\internal\daytona\obj
  24. MSC_WARNING_LEVEL=/W3 /WX
  25. USE_MSVCRT=1
  26. SOURCES= \
  27. uor.rc \
  28. umisc.cxx \
  29. uor_c.c \
  30. uor_s.c \
  31. odeth_s.c \
  32. ortest.c
  33. RPCENV=-DNTENV -DWIN32RPC -DNTWIN32RPC
  34. C_DEFINES=$(RPCENV) $(RPCTARGETENV) -DUNICODE
  35. UMTYPE=console
  36. UMAPPL=
  37. UMINCL=
  38. UMLIBS=
  39. UMRES=
  40. NTTARGETFILE0=testidl