Source code of Windows XP (NT5)
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.

42 lines
983 B

  1. # This makefile was generated automatically by mwgenmake.
  2. COMPONENT = SHELL
  3. PRODUCT = SHLWUNI
  4. CUSTOM_RULES = ${MWROOT}/ie4/shell.template
  5. # Generated files will go here
  6. DIR_GENERATED = ${O}
  7. SOURCES_FILE = sources
  8. SOURCES_IMPORTS = TARGETTYPE TARGETNAME
  9. WLIB = shlwuni
  10. LIB = lib${WLIB}.a # target static library
  11. ## you may define the following variables
  12. PROJECT_CFLAGS = -I.. -DDBCS -DUNICODE_SHDOCVW
  13. include $(MWHOME)/make.rules.simple
  14. ## pathw.c is now being generated from path.c
  15. ${O}/pathw.c:../path.c
  16. rm -f $@
  17. echo "#ifndef UNICODE " > $@
  18. echo "#define UNICODE " >> $@
  19. echo "#endif " >> $@
  20. cat $< >> $@
  21. ${O}/nativew.cpp:../native.cpp
  22. rm -f $@
  23. echo "#ifndef UNICODE " > $@
  24. echo "#define UNICODE " >> $@
  25. echo "#endif " >> $@
  26. cat $< >> $@
  27. ${O}/assocapw.cpp:../assocapi.cpp
  28. rm -f $@
  29. echo "#ifndef UNICODE " > $@
  30. echo "#define UNICODE " >> $@
  31. echo "#endif " >> $@
  32. cat $< >> $@