VirtualBox

Changeset 44300 in vbox for trunk


Ignore:
Timestamp:
Jan 15, 2013 4:20:58 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83217
Message:

Windows build fixes.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r44287 r44300  
    26822682 SDK_VBOX_ZLIB_LIBS  ?= z
    26832683 SDK_VBOX_ZLIB_DEFS.linux ?= _LARGEFILE64_SOURCE
     2684endif
     2685
     2686SDK_VBOX_ZLIB_STATIC  = .
     2687SDK_VBOX_ZLIB_STATIC_EXTENDS ?= VBOX_ZLIB
     2688if1of ($(KBUILD_TARGET), os2 win) # Not required on solaris.
     2689 SDK_VBOX_ZLIB_STATIC_LIBS ?= $(PATH_STAGE_LIB)/VBox-zlib-static$(VBOX_SUFF_LIB)
    26842690endif
    26852691
  • trunk/src/VBox/Runtime/common/zip/tarcmd.cpp

    r44299 r44300  
    645645#endif
    646646
     647#if !defined(RT_OS_WINDOWS) /** @todo implement RTPathSetMode on windows... */
    647648    if (!RTFS_IS_SYMLINK(UnixInfo.Attr.fMode)) /* RTPathSetMode follows symbolic links atm. */
    648649    {
     
    656657            rcExit = RTMsgErrorExit(RTEXITCODE_FAILURE, "%s: Error changing mode: %Rrc", szDst, rc);
    657658    }
     659#endif
    658660
    659661    return rcExit;
Note: See TracChangeset for help on using the changeset viewer.

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