Changeset 38000 in vbox
- Timestamp:
- Jul 18, 2011 10:15:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r37802 r38000 169 169 170 170 INSTALLS += VBox-python-glue 171 VBox-python-glue_INST = $(INST_SDK)installer 171 VBox-python-glue_INST = $(INST_SDK)installer/ 172 172 VBox-python-glue_SOURCES = glue/vboxapi.py=>vboxapi/__init__.py \ 173 173 $(VBOX_PYTHON_CONSTANTS)=>vboxapi/VirtualBox_constants.py … … 924 924 # 925 925 INSTALLS += javagluesample 926 javagluesample_INST = $(INST_SDK)bindings/glue/java 926 javagluesample_INST = $(INST_SDK)bindings/glue/java/ 927 927 javagluesample_MODE = a+rx,u+w 928 928 javagluesample_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.