Changeset 46019 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 13, 2013 2:11:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/x11stubs/Makefile.kmk
r41477 r46019 24 24 # 25 25 IMPORT_LIBS += libXcomposite 26 libXcomposite_TEMPLATE = VB OXR326 libXcomposite_TEMPLATE = VBoxGuestR3Dll 27 27 libXcomposite_INST = $(INST_LIB) 28 28 # This may need fixing later. … … 34 34 # 35 35 IMPORT_LIBS += libXdamage 36 libXdamage_TEMPLATE = VB OXR336 libXdamage_TEMPLATE = VBoxGuestR3Dll 37 37 libXdamage_INST = $(INST_LIB) 38 38 # This may need fixing later. … … 44 44 # 45 45 IMPORT_LIBS += libXfixes 46 libXfixes_TEMPLATE = VB OXR346 libXfixes_TEMPLATE = VBoxGuestR3Dll 47 47 libXfixes_INST = $(INST_LIB) 48 48 # This may need fixing later. … … 55 55 # 56 56 IMPORT_LIBS += libXext 57 libXext_TEMPLATE = VB OXR357 libXext_TEMPLATE = VBoxGuestR3Dll 58 58 libXext_INST = $(INST_LIB) 59 59 # This may need fixing later.
Note:
See TracChangeset
for help on using the changeset viewer.