Changeset 10874 in vbox
- Timestamp:
- Jul 24, 2008 9:56:56 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33694
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r10863 r10874 323 323 # Enable performance API. 324 324 VBOX_WITH_RESOURCE_USAGE_API = 1 325 # Enables all the doxgen bits. 326 VBOX_WITH_ALL_DOXYGEN_TARGETS = 1 325 327 326 328 -
trunk/Makefile.kmk
r10244 r10874 204 204 # (This should be converted into a separate pass or merged with an existing one later.) 205 205 # 206 docs: docs.Core206 docs: $(if $(VBOX_WITH_ALL_DOXYGEN_TARGET),docs.Core) 207 207 $(KMK) -C src/VBox/Main docs 208 ifdef VBOX_WITH_ALL_DOXYGEN_TARGETS 208 209 $(KMK) -C src/VBox/Runtime docs 210 endif 209 211 210 212 docs.Core: $(PATH_TARGET)/docs.Core
Note:
See TracChangeset
for help on using the changeset viewer.