VirtualBox

vbox的更動 57898 路徑 trunk/src/bldprogs


忽略:
時間撮記:
2015-9-25 下午02:58:47 (9 年 以前)
作者:
vboxsync
訊息:

bldprogs: fix for cross-building with Windows as target.

位置:
trunk/src/bldprogs
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/bldprogs/Makefile.kmk

    r57809 r57898  
    6262endif
    6363
    64 BLDPROGS.win += VBoxPeSetVersion
     64ifeq ($(KBUILD_TARGET),win)
     65 BLDPROGS += VBoxPeSetVersion
     66endif
    6567VBoxPeSetVersion_TEMPLATE = VBoxBldProg
    6668VBoxPeSetVersion_SOURCES  = VBoxPeSetVersion.cpp
  • trunk/src/bldprogs/VBoxPeSetVersion.cpp

    r57809 r57898  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #include <Windows.h>
     22#ifdef RT_OS_WINDOWS
     23# include <Windows.h>
     24#else
     25# include <iprt/stdint.h>
     26# include "../VBox/Runtime/include/internal/ldrPE.h"
     27# include "../VBox/Runtime/include/internal/ldrMZ.h"
     28#endif
    2329#include <stdio.h>
    2430#include <string.h>
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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