Windows NT 4.0 source code leak
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.

55 lines
878 B

4 years ago
  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. Revision History:
  11. !ENDIF
  12. TARGETNAME=uuid
  13. TARGETPATH=..\..\lib
  14. TARGETTYPE=LIBRARY
  15. INCLUDES=.;..\..\mtrt\nt;..\..\mtrt;..\..\trace;..
  16. SOURCES= \
  17. uuid_s.c \
  18. uuid.cxx \
  19. ulong64.cxx \
  20. memory.cxx
  21. BLDCRT=1
  22. !ifdef TIME_RPC
  23. TIME_DEFINES=-DTIMERPC
  24. !endif
  25. !ifdef TRACE_RPC
  26. TRACE_DEFINES=-DTRACERPC
  27. !endif
  28. !ifdef DOSWIN32RPC
  29. RPCENV=-DDOSWIN32RPC -DWIN32RPC
  30. !else
  31. RPCENV=-DNTENV
  32. !endif
  33. C_DEFINES=$(RPCENV) $(TRACE_DEFINES) $(TIME_DEFINES)
  34. LINKLIBS=$(_NTDRIVE)\nt\public\sdk\lib\*\kernel32.lib
  35. UMTYPE=console