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.

33 lines
696 B

  1. TARGETNAME = ieakutil
  2. !include ..\..\common.inc
  3. SOURCES_USED = $(SOURCES_USED) ..\..\common.inc
  4. #----- Strandard goo -----
  5. TARGETTYPE = LIBRARY
  6. CHICAGO_PRODUCT = 1
  7. #----- C/C++ compilation settings -----
  8. PRECOMPILED_INCLUDE = ..\precomp.h
  9. INCLUDES = \
  10. ..; \
  11. $(INCLUDES)
  12. #----- C/C++ source files (like you didn't know) -----
  13. SOURCES = \
  14. ..\dlgctrl.cpp \
  15. ..\str.cpp \
  16. ..\path.cpp \
  17. ..\reg.cpp \
  18. ..\file.cpp \
  19. ..\logitem.cpp \
  20. ..\regins.cpp \
  21. ..\ras.cpp \
  22. ..\unicwrap.cpp \
  23. ..\misc.cpp \
  24. ..\insio.cpp \
  25. ..\dload.cpp \
  26. ..\debug.cpp