Changeset 10462 in vbox for trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
- Timestamp:
- Jul 10, 2008 8:56:27 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33132
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r10439 r10462 21 21 22 22 VBOX_WITH_REGISTRATION := 1 23 24 # Ask the user to register at Sun. If this setting is disabled the user can 25 # still register using the menu if desired. 23 26 VBOX_WITH_REGISTRATION_REQUEST := 1 27 28 # Show the update notifier dialog during startup. If this setting is disabled 29 # the user can still register using the menu if desired. 30 VBOX_WITH_UPDATE_REQUEST := 1 24 31 25 32 DEPTH = ../../../.. … … 450 457 ifdef VBOX_WITH_REGISTRATION_REQUEST 451 458 VirtualBox4_DEFS += VBOX_WITH_REGISTRATION_REQUEST 459 endif 460 ifdef VBOX_WITH_UPDATE_REQUEST 461 VirtualBox4_DEFS += VBOX_WITH_UPDATE_REQUEST 452 462 endif 453 463 ifdef VBOX_WITH_ALSA
Note:
See TracChangeset
for help on using the changeset viewer.