Leaked source code of windows server 2003
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.

46 lines
756 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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=uuidgen
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\rpcrt4.lib \
  17. $(SDK_LIB_PATH)\ntdll.lib
  18. INCLUDES=.;..\runtime\mtrt
  19. SOURCES=\
  20. uuidgen.rc \
  21. uuidgen.c \
  22. uuidfmt.c
  23. UMTYPE=console
  24. !ifdef DOSWIN32RPC
  25. RPCENV=-DDOSWIN32RPC -DWIN32RPC
  26. !else
  27. RPCENV=-DNTENV
  28. !endif
  29. C_DEFINES=$(RPCENV)
  30. UMTYPE=console