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.

25 lines
437 B

  1. COMPONENT = SHELL
  2. PRODUCT = BROWSEUI
  3. CUSTOM_RULES = /vobs/ie4/shell.template
  4. NO_BROWSER_FILE=1
  5. SOURCES_FILE = sources
  6. SOURCES_IMPORTS = TARGETTYPE
  7. TARGETNAME = browseuisrccpp
  8. ## you may define the following variables
  9. ##
  10. PROJECT_CFLAGS = -I.. \
  11. -D_MT=1 \
  12. -DNASHVILLE \
  13. -DIN_SHDOCVW \
  14. -DUNICODE_SHDOCVW \
  15. -D_ATL_STATIC_REGISTRY \
  16. -DNO_SPLASHSCREEN \
  17. __cplusplus = true
  18. include $(MWHOME)/make.rules.simple