Changeset 18683 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Apr 3, 2009 12:12:27 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r18609 r18683 590 590 $(QUIET)$(CP) -f $< $@ 591 591 592 $(VBOXWEB_PYTHONWSSAMPLE): $( VBOX_PATH_WEBSERVICE)/samples/python/vboxshell.py592 $(VBOXWEB_PYTHONWSSAMPLE): $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/ws/vboxshell.py 593 593 $(QUIET)$(MKDIR) -p $(VBOXWEB_SAMPLES_PYTHONWS_DIR) 594 594 $(QUIET)$(CP) -f $< $@ 595 595 596 # somewhat hackish rule 597 $(VBOXWEB_SHELLCOMMON): $(PATH_ROOT)/src/libs/xpcom18a4/python/sample/shellcommon.py $(VBOXWEB_PYTHONWSSAMPLE) 596 $(VBOXWEB_SHELLCOMMON): $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/shellcommon.py $(VBOXWEB_PYTHONWSSAMPLE) 598 597 $(QUIET)$(CP) -f $< $@ 599 598
Note:
See TracChangeset
for help on using the changeset viewer.