vbox的更動 57898 路徑 trunk/src/bldprogs
- 時間撮記:
- 2015-9-25 下午02:58:47 (9 年 以前)
- 位置:
- trunk/src/bldprogs
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/bldprogs/Makefile.kmk
r57809 r57898 62 62 endif 63 63 64 BLDPROGS.win += VBoxPeSetVersion 64 ifeq ($(KBUILD_TARGET),win) 65 BLDPROGS += VBoxPeSetVersion 66 endif 65 67 VBoxPeSetVersion_TEMPLATE = VBoxBldProg 66 68 VBoxPeSetVersion_SOURCES = VBoxPeSetVersion.cpp -
trunk/src/bldprogs/VBoxPeSetVersion.cpp
r57809 r57898 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 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 23 29 #include <stdio.h> 24 30 #include <string.h>
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器