gnumakefile
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. # This makefile was generated automatically by mwgenmake.
  2. COMPONENT = SHELL
  3. PRODUCT = SHDOCVW_SRCW
  4. VOBS=/vobs
  5. CUSTOM_RULES = ${VOBS}/ie4/shell.template
  6. NO_BROWSER_FILE=1
  7. VPATH = ..
  8. SOURCES =  
  9. filetypw.cpp
  10. DEFINES = 
  11. -DIN_SHDOCVW 
  12. -DFEATURE_FRAMES 
  13. -DMSOCT2=1 
  14. -DFEATURE_URLHIST 
  15. -DFEATURE_PICS 
  16. -DVSTF 
  17. -DNO_FILETYPES
  18. # Removed from UNIX-RTW
  19. # -DBETA1_DIALMON_HACK 
  20. WLIB = shdocvwsrcw
  21. LIB = lib${WLIB}.a # target static library
  22. LIBOBJS = ${SOURCES:%.cpp=%.o}
  23. SRCS=${SOURCES}
  24. ## COMPILE_OPTION can have the values: debug, optimized
  25. COMPILE_OPTION = debug
  26. ## you may define the following variables
  27. PROJECT_CFLAGS = ${DEFINES}
  28. __cpluspluc = true
  29. include $(MWHOME)/make.rules.simple
  30. ## filetypw.cpp is now being generated from filetype.cpp
  31. ../filetypw.cpp:../filetype.cpp
  32. echo "#ifndef UNICODE"               > ../filetypw.cpp
  33. echo "#define UNICODE"              >> ../filetypw.cpp
  34. echo "#endifn"                     >> ../filetypw.cpp
  35. echo "#define STATIC_HIMAGELISTSn" >> ../filetypw.cpp
  36. cat  ../filetype.cpp                >> ../filetypw.cpp