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.

47 lines
998 B

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