- Timestamp:
- Sep 17, 2007 7:40:50 AM (17 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r4841 r4846 5810 5810 RTTimeSpecToString(RTTimeNow(&timeSpec), nowUct, sizeof(nowUct)); 5811 5811 RTLogRelLogger(loggerRelease, 0, ~0U, 5812 "VirtualBox %s r%d (%s %s) release log\n"5812 "VirtualBox %s r%d %s (%s %s) release log\n" 5813 5813 "Log opened %s\n", 5814 VBOX_VERSION_STRING, VBOX_SVN_REV, __DATE__, __TIME__,5815 nowUct);5814 VBOX_VERSION_STRING, VBOX_SVN_REV, BUILD_TARGET, 5815 __DATE__, __TIME__, nowUct); 5816 5816 5817 5817 /* register this logger as the release logger */ -
trunk/src/VBox/Main/Makefile.kmk
r4841 r4846 358 358 ConsoleImpl.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 359 359 ConsoleImpl.cpp_DEPS = $(VBOX_SVN_REV_KMK) 360 ConsoleImpl.cpp_DEFS += BUILD_TARGET=\"$(BUILD_TARGET).$(BUILD_TARGET_ARCH)\" 360 361 361 362 win32/VBoxC.rc_DEPS = $(PATH_TARGET)/VBoxC.rgs
Note:
See TracChangeset
for help on using the changeset viewer.