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.

53 lines
1001 B

  1. !IF 0
  2. Copyright (c) 1989-1996 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. History:
  11. 11-Oct-96 Now uses common.inc (t-erikne)
  12. Created by Bryan Tuttle (bryant)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. R=..
  17. !include $(R)\common.inc
  18. SOURCES_USED=$(SOURCES_USED) $(R)\common.inc
  19. !undef PRECOMPILED_OPTION
  20. RESOURCE_ONLY_DLL = 1
  21. TARGETNAME=wab32res
  22. TARGETPATH=obj
  23. TARGETTYPE=DYNLINK
  24. LINKER_FLAGS = $(LINKER_FLAGS) /NOENTRY
  25. DLLBASE=0x35f40000
  26. !if $(386)
  27. USE_NOLIBS=1
  28. !else
  29. USE_NTDLL=1
  30. !endif
  31. INCLUDES=\
  32. $(INCLUDES);\
  33. SOURCES = \
  34. wab32res.rc
  35. UMTYPE=windows
  36. NTTARGETFILES=