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.

38 lines
525 B

  1. !IF 0
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Build ntrepl\test\service
  7. Author:
  8. Billy J. Fuller 2-Sep-97
  9. NOTE:
  10. Commented description of this file is in \nt\bak\bin\sources.tpl
  11. !ENDIF
  12. MAJORCOMP=FRS
  13. MINORCOMP=SERVICE
  14. TARGETNAME=service
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. C_DEFINES=-DUNICODE=1 -D_UNICODE=1
  18. INCLUDES=..\..\inc
  19. TARGETLIBS=\
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\rpcrt4.lib
  22. SOURCES=\
  23. service.c
  24. UMTYPE=console