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.

55 lines
856 B

  1. !IF 0
  2. !IF $(ALPHA)
  3. GPSIZE=0
  4. !ELSE
  5. GPSIZE=32
  6. !ENDIF
  7. Copyright (c) 1989 Microsoft Corporation
  8. Module Name:
  9. sources.
  10. Abstract:
  11. This file specifies the target component being built and the list of
  12. sources files needed to build that component. Also specifies optional
  13. compiler switches and libraries that are unique for the component being
  14. built.
  15. Author:
  16. Steve Wood (stevewo) 12-Apr-1990
  17. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  18. !ENDIF
  19. MAJORCOMP=spc
  20. MINORCOMP=convert
  21. TARGETNAME=convert
  22. TARGETPATH=$(SOFTPC_ROOT)\convert\obj
  23. # Pick one of the following and delete the others
  24. TARGETTYPE=PROGRAM
  25. TARGETLIBS=
  26. SOURCES=convert.c
  27. LINKLIBS= $(SDK_LIB_PATH)\setargv.obj
  28. NTTEST=
  29. UMTYPE=console
  30. UMTEST=
  31. UMAPPL=
  32. UMBASE=0x1000000
  33. UMLIBS=