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.

51 lines
806 B

  1. PRODUCT = mlang
  2. VOBS=/vobs
  3. CUSTOM_RULES = ${VOBS}/ie4/shell.template
  4. SOURCES_FILE = sources
  5. SOURCES_IMPORTS = TARGETNAME TARGETTYPE
  6. ## COMPILE_OPTION can have the values: debug, optimized
  7. COMPILE_OPTION = debug
  8. NO_UNICODE = 1
  9. NOT_UNICODE = 1
  10. DLLDEF_SRC = mlang.def
  11. DLLDEF_EXPORTS = \
  12. _____mlang_initDLL\
  13. PROJECT_CFLAGS = \
  14. -DTRIDENT2 \
  15. -I/vobs/ie4/nt/private/shell/inc \
  16. -I/vobs/ie4/nt/private/shell/ext/inc \
  17. -I/vobs/ie4/nt/public/sdk/inc/atl21
  18. DIP_CFLAGS = -DDLL_SPECIFIC_OPERATOR_NEW
  19. PROJECT_LIBS = \
  20. -lole32 \
  21. -lshlwapi \
  22. -ladvapi32 \
  23. -luuid \
  24. -lstocklib
  25. #
  26. # Easy way to resolve circular interlibrary dependencies
  27. #
  28. PROJECT_DLLFLAGS := \
  29. ${PROJECT_LIBS} ${PROJECT_LIBS} ${PROJECT_LIBS}
  30. __cplusplus = true
  31. MAPFILE.sunos5=mlang.map
  32. include $(MWHOME)/make.rules.simple