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.

61 lines
1.2 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. Mooly Beery (MoolyB)
  12. !ENDIF
  13. NOUNICODE=1
  14. !include ..\..\..\faxsrc.inc
  15. C_DEFINES=$(C_DEFINES) -DWIN95
  16. TARGETNAME=$(FAXSETUP)
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. UMTYPE=windows
  20. UMENTRY=winmain
  21. PRECOMPILED_INCLUDE=stdafx.h
  22. PRECOMPILED_PCH=stdafx.pch
  23. PRECOMPILED_OBJ=stdafx.obj
  24. PRECOMPILED_CXX=1
  25. INCLUDES= \
  26. ..\..\inc; \
  27. ..\..\..\inc; \
  28. $(INCLUDES);
  29. TARGETLIBS=\
  30. $(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
  31. $(BASEDIR)\public\sdk\lib\*\ole32.lib \
  32. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  33. $(BASEDIR)\public\sdk\lib\*\uuid.lib \
  34. $(BASEDIR)\public\sdk\lib\*\winspool.lib \
  35. $(BASEDIR)\public\sdk\lib\*\comctl32.lib \
  36. $(FAXROOT)\setup\util\ansii\obj\*\setuputil.lib \
  37. $(FAXROOT)\util\debugex\ansii\obj\*\debugex.lib
  38. SOURCES=\
  39. setup.cpp \
  40. setup.rc