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.

60 lines
1.3 KiB

  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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=WXAPISRV
  15. #
  16. # The TARGETPATH and TARGETTYPE variables are defined by the developer.
  17. # The first specifies where the target is to be build. The second specifies
  18. # the type of target (either PROGRAM, DYNLINK, LIBRARY, UMAPPL_NOLIB or
  19. # BOOTPGM). UMAPPL_NOLIB is used when you're only building user-mode
  20. # apps and don't need to build a library.
  21. #
  22. TARGETPATH=$(DS_GLOBAL_LIB_DEST)
  23. # Pick one of the following and delete the others
  24. TARGETTYPE=LIBRARY
  25. TARGETLIBS=
  26. #
  27. # The INCLUDES variable specifies any include paths that are specific to
  28. # this source directory. Separate multiple directory paths with single
  29. # semicolons. Relative path specifications are okay.
  30. #
  31. INCLUDES=..\inc
  32. SOURCES=wxsrv.c
  33. UMTEST=testsrv
  34. UMTYPE=console
  35. UMLIBS=$(SDK_LIB_PATH)\ntdll.lib \
  36. ..\$(O)\WXAPISRV.LIB \
  37. $(SDK_LIB_PATH)\kernel32.lib \