VirtualBox

Changeset 5903

Show
Ignore:
Timestamp:
12/02/07 12:32:16 (9 months ago)
Author:
vboxsync
Message:

Yet more cygwin avoidance hacks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.kmk

    r5598 r5903  
    198198                  $(call DIRDEP, $(PATH_OUT)/docs/Core) 
    199199        $(RM) -f $(wildcard $(PATH_OUT)/docs/Core/html/*) 
     200ifdef KMK_USE_REDIRECT 
     201        $(REDIRECT) -E 'PATH_OUT=$(PATH_OUT)' -E 'PATH_TARGET=$(PATH_TARGET)' -- doxygen Doxyfile.Core 
     202else 
    200203        PATH_OUT="$(PATH_OUT)" PATH_TARGET="$(PATH_TARGET)" doxygen Doxyfile.Core 
     204endif 
    201205 
    202206$(call DIRDEP, $(PATH_OUT)/docs/Core): 
  • trunk/src/VBox/Main/Makefile.kmk

    r5755 r5903  
    8686        $(RM) -f $(wildcard $(PATH_OUT)/docs/Main/html/*) 
    8787        $(VBOX_XSLTPROC) -o $(PATH_TARGET)/VirtualBox.idl idl/doxygen.xsl idl/VirtualBox.xidl 
     88ifdef KMK_USE_REDIRECT 
     89        $(REDIRECT) -E 'PATH_OUT=$(PATH_OUT)' -E 'PATH_TARGET=$(PATH_TARGET)' -E 'PATH_CHM=$(subst /,\,$(PATH_BIN)/VirtualBoxAPI.chm)' \ 
     90                -- doxygen Doxyfile.Main 
     91else 
    8892        PATH_OUT="$(PATH_OUT)" PATH_TARGET="$(PATH_TARGET)" PATH_CHM="$(subst /,\\,$(PATH_BIN)/VirtualBoxAPI.chm)" doxygen Doxyfile.Main 
     93endif 
    8994        -$(EXEC_X86_WIN32) $(VBOX_PATH_HTML_HELP_WORKSHOP)/hhc.exe $(subst /,\\,$(PATH_OUT)/docs/Main/html/index.hhp) 
    9095        $(APPEND) $(PATH_TARGET)/docs.Main 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy