Changeset 94376 in vbox for trunk/src/VBox/Installer/win/Makefile.kmk
- Timestamp:
- Mar 25, 2022 6:01:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r93332 r94376 40 40 # This leaves out most of the optional stuff to make compilation / linking much 41 41 # faster for development cycles. Tweak to your likings if needed. 42 # 43 # Note! Rather hacky approach -- this *only* works when 'packing' is executed 44 # directly in the VBox\Installer directory; otherwise with WILL break the 45 # build mostly likely, as we mess with dependencies between components. 46 # 47 # A better appraoch would be to define separate packing defines for dependencies 48 # to decouple the building process from the packing more in such a scenario. 49 # 50 # Use with care! 42 51 # 43 52 ifdef VBOX_INSTALLER_QUICK
Note:
See TracChangeset
for help on using the changeset viewer.