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.

45 lines
776 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. MAJORCOMP=sdktools
  12. MINORCOMP=fontedit
  13. TARGETNAME=fontedit
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. TARGETLIBS=
  17. INCLUDES=.
  18. GPSIZE=32
  19. C_DEFINES=-DWIN32
  20. SOURCES= FONTCHAR.C \
  21. FONTEDIT.C \
  22. FONTEDIT.RC \
  23. FONTHEAD.C \
  24. FONTLOAD.C \
  25. FONTDLG.C \
  26. FONTCVT.C \
  27. TYPECVT.C
  28. UMTYPE=windows
  29. UMAPPL=fontedit
  30. UMENTRY=winmain
  31. UMLIBS=obj\*\fontedit.lib \
  32. $(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
  33. obj\*\fontedit.res