VirtualBox

Changeset 45034 in vbox


Ignore:
Timestamp:
Mar 14, 2013 7:43:37 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84281
Message:

Main: make VBOX_ONLY_SDK=1 build on Windows hosts

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r44948 r45034  
    101101
    102102# The XPCOM specific stuff.
    103 if defined(VBOX_ONLY_SDK) || "$(KBUILD_TARGET)" != "win"
     103# if defined(VBOX_ONLY_SDK) || "$(KBUILD_TARGET)" != "win" -- does not build on Windows
     104if "$(KBUILD_TARGET)" != "win"
    104105 OTHERS         += $(VBOX_IDL_FILE.XPCOM) $(VBOX_IDL_TYPELIB.XPCOM) $(VBOX_IDL_HEADER.XPCOM)
    105106 OTHER_CLEAN    += \
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r43585 r45034  
    484484
    485485
    486 ifdef VBOX_ONLY_SDK
     486if defined(VBOX_ONLY_SDK) && "$(KBUILD_TARGET)" != "win"
    487487 #
    488488 # Globals relevant to the SDK.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette