- Timestamp:
- Feb 10, 2009 12:45:20 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins2.h
r9693 r16627 36 36 extern DECLEXPORT(const unsigned char) g_abVmiBiosBinary[]; 37 37 extern DECLEXPORT(const unsigned) g_cbVmiBiosBinary; 38 #ifdef VBOX_WITH_EFI 39 extern DECLEXPORT(const unsigned char) g_abEfiThunkBinary[]; 40 extern DECLEXPORT(const unsigned) g_cbEfiThunkBinary; 41 #endif 38 42 #else 39 43 extern DECLIMPORT(const unsigned char) g_abPcBiosBinary[]; … … 45 49 extern DECLIMPORT(const unsigned char) g_abVmiBiosBinary[]; 46 50 extern DECLIMPORT(const unsigned) g_cbVmiBiosBinary; 51 #ifdef VBOX_WITH_EFI 52 extern DECLIMPORT(const unsigned char) g_abEfiThunkBinary[]; 53 extern DECLIMPORT(const unsigned) g_cbEfiThunkBinary; 54 #endif 47 55 #endif 48 56 extern const PDMDEVREG g_DeviceAPIC; … … 52 60 53 61 #endif 54 -
trunk/src/VBox/Devices/Makefile.kmk
r16607 r16627 361 361 DevicesR3_DEFS += VBOX_WITH_EFI 362 362 DevicesR3_SOURCES += EFI/DevEFI.cpp 363 #VBoxDD_LIBS += $(PATH_LIB)/EfiThunk$(VBOX_SUFF_LIB)363 VBoxDD_LIBS += $(PATH_LIB)/EfiThunk$(VBOX_SUFF_LIB) 364 364 endif 365 365
Note:
See TracChangeset
for help on using the changeset viewer.