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.

26 lines
466 B

  1. !ifndef FAXROOT
  2. FAXROOT=$(BASEDIR)\printscan\faxsrv
  3. !endif
  4. USECXX_FLAG=/Tp
  5. !include $(FAXROOT)\faxsrc.inc
  6. TARGETNAME=setuputil
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. UMTYPE=windows
  10. INCLUDES= $(INCLUDES); \
  11. ..\..\ocm; \
  12. ..\..\inc; \
  13. C_DEFINES= $(C_DEFINES) -DENABLE_FRE_LOGGING
  14. SOURCES=\
  15. ..\shortcuts.cpp \
  16. ..\setup.cpp \
  17. ..\printers.cpp \
  18. ..\pointprint.c \
  19. ..\install.cpp