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.

51 lines
867 B

4 years ago
  1. !IF 0
  2. Copyright (c) 1989-1993 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. John Rogers (JohnRo) 25-Oct-1991
  12. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  13. Revision History:
  14. !ENDIF
  15. MAJORCOMP=net
  16. MINORCOMP=tapi
  17. TARGETNAME=template
  18. TARGETPATH=..\bin
  19. TARGETTYPE=DYNLINK
  20. TARGETLIBS=\nt\public\sdk\lib\*\kernel32.lib \
  21. \nt\public\sdk\lib\*\user32.lib
  22. DLLBASE=0x60000000
  23. INCLUDES=..\trapper;..\..\dev\inc;.
  24. USE_CRTDLL=1
  25. SOURCES=template.c \
  26. template.rc
  27. UMTYPE=windows
  28. DLLENTRY=DllMain
  29. !IFNDEF 386_WARNING_LEVEL
  30. 386_WARNING_LEVEL=/W3
  31. !ENDIF