Changeset 3661 in vbox for trunk/src/VBox
- Timestamp:
- Jul 17, 2007 12:39:47 AM (18 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r3652 r3661 6637 6637 RTTimeSpecToString(RTTimeNow(&timeSpec), nowUct, sizeof(nowUct)); 6638 6638 RTLogRelLogger(loggerRelease, 0, ~0U, 6639 "VirtualBox %s (%s %s) release log\n"6639 "VirtualBox %s r%d (%s %s) release log\n" 6640 6640 "Log opened %s\n", 6641 VBOX_VERSION_STRING, __DATE__, __TIME__,6641 VBOX_VERSION_STRING, VBOX_SVN_REV, __DATE__, __TIME__, 6642 6642 nowUct); 6643 6643 -
trunk/src/VBox/Main/Makefile.kmk
r3652 r3661 23 23 include $(PATH_KBUILD)/header.kmk 24 24 25 SUBDIRS_AFTER = testcase 25 SUBDIRS_AFTER = testcase 26 26 27 27 ifndef VBOX_OSE … … 351 351 endif 352 352 353 # ConsoleImpl.cpp uses VBOX_SVN_REV. 354 ConsoleImpl.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 355 ConsoleImpl.cpp_DEPS = $(VBOX_SVN_REV_KMK) 356 353 357 # 354 358 # VBoxXML
Note:
See TracChangeset
for help on using the changeset viewer.