Changeset 39809 in vbox for trunk/src/VBox/Additions/x11/vboxvideo
- Timestamp:
- Jan 19, 2012 1:37:03 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r38825 r39809 88 88 $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapsimple.cpp \ 89 89 $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapoffset.cpp 90 90 # Any global symbols in the driver object files will be added to XFree86's 91 # symbol table, which can cause problems if we e.g. define a symbol in two 92 # modules. 93 vboxvideo_drv_POST_CMDS = \ 94 objcopy --keep-global-symbol vboxvideoModuleData $(out) $(out)-objcopy$$(NLTAB) \ 95 $(MV) -f $(out)-objcopy $(out) 91 96 92 97 #
Note:
See TracChangeset
for help on using the changeset viewer.