Changeset 6778 in vbox
- Timestamp:
- Feb 4, 2008 10:25:17 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r6772 r6778 29 29 # building the gigant soap sources. 30 30 ifneq ($(KMK_OPTS_JOBS),1) 31 if ndef VBOX_OSE31 ifdef VBOX_WITH_WEBSERVICES 32 32 include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk 33 33 endif … … 536 536 # 537 537 ifeq ($(KMK_OPTS_JOBS),1) 538 if ndef VBOX_OSE538 ifdef VBOX_WITH_WEBSERVICES 539 539 include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk 540 540 endif
Note:
See TracChangeset
for help on using the changeset viewer.