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.

37 lines
593 B

4 years ago
  1. !IF 0
  2. Copyright (c) 1990 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. !ENDIF
  11. USE_LIBCMT=1
  12. 386_OPTIMIZATION=/Od
  13. MAJORCOMP=sdktools
  14. MINORCOMP=diskmon
  15. TARGETNAME=diskmon
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. NTTARGETFILES=copyexe
  19. C_DEFINES= -DWIN32 -DNT
  20. SOURCES=diskmon.c \
  21. gauge.c \
  22. diskmon.rc
  23. UMENTRY=winmain
  24. UMTYPE=windows