- Timestamp:
- Sep 14, 2018 3:51:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def
r74269 r74275 28 28 ; 29 29 ; Use the following command-line to generate the stuff below: 30 ; nm ../../../out/darwin.amd64/debug/obj/VBoxRT/VBoxRT.dylib -U | kmk_sed -re '/(RTCString|RTCRest)/!d' -e 's/^[0-9a-fA-F]+ //' -e '/ [A-Z]/!d' | sort | kmk_sed -r -e 's/[SDBC] (.+)$/ \1 DATA/' -e 's/^[A-Z] / /' -e 's/ __/ _/' >> VBox/VBoxRTImp-gcc.def30 ; nm ../../../out/darwin.amd64/debug/obj/VBoxRT/VBoxRT.dylib -U | kmk_sed -re '/(RTCString|RTCRest)/!d' -e 's/^[0-9a-fA-F]+ //' -e '/^[A-Z]/!d' | sort | kmk_sed -r -e 's/[SDBC] (.+)$/ \1 DATA/' -e 's/^[A-Z] / /' -e 's/ __/ _/' >> VBox/VBoxRTImp-gcc.def 31 31 ; 32 32 _ZTI17RTCRestOutputBase DATA
Note:
See TracChangeset
for help on using the changeset viewer.