- Timestamp:
- Sep 9, 2008 12:17:59 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12266 r12288 190 190 VirtualBox4_DEFS += VBOX_WITH_NETFLT 191 191 endif 192 193 src/main.cpp_DEFS += VBOX_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" 194 src/main.cpp_DEPS += $(VBOX_VERSION_MK) 192 195 193 196 VirtualBox4_INCS = \ -
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r12052 r12288 159 159 #endif 160 160 161 RTPrintf("VirtualBox Graphical User Interface \n"161 RTPrintf("VirtualBox Graphical User Interface "VBOX_VERSION_STRING"\n" 162 162 "(C) 2005-2008 Sun Microsystems, Inc.\n" 163 163 "All rights reserved.\n"
Note:
See TracChangeset
for help on using the changeset viewer.