Changeset 42258 in vbox
- Timestamp:
- Jul 20, 2012 1:05:09 PM (13 years ago)
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/bios.c
r42147 r42258 43 43 #include "inlines.h" 44 44 #include "biosint.h" 45 #ifndef VBOX_VERSION_STRING 45 46 #include <VBox/version.h> 47 #endif 46 48 47 49 static const char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING; -
trunk/src/VBox/Devices/PC/BIOS/makefile
r42127 r42258 25 25 26 26 .c.obj : .autodepend 27 wcc -fo=.obj $(CFLAGS) $(DEFS) $ <27 wcc -fo=.obj $(CFLAGS) $(DEFS) $(INCLS) $< 28 28 29 29 .asm.obj : .autodepend
Note:
See TracChangeset
for help on using the changeset viewer.