From d106e045d8a145ceb733075e541f6aaaee5bd3a7 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Mon, 26 Mar 2018 21:57:28 +0200 Subject: Made the .def file - by hand for now --- winbuild/libsurvive/libsurvive.def | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 winbuild/libsurvive/libsurvive.def (limited to 'winbuild/libsurvive/libsurvive.def') diff --git a/winbuild/libsurvive/libsurvive.def b/winbuild/libsurvive/libsurvive.def new file mode 100644 index 0000000..86eb377 --- /dev/null +++ b/winbuild/libsurvive/libsurvive.def @@ -0,0 +1,32 @@ +LIBRARY LIBSURVIVE +EXPORTS + survive_verify_FLT_size + survive_init_internal + survive_startup + survive_poll + survive_close + survive_configi + survive_configs + survive_install_light_fn + survive_install_imu_fn + survive_install_angle_fn + survive_send_magic + survive_cal_install + survive_cal_get_status + survive_default_light_process + survive_default_imu_process + survive_default_angle_process + survive_install_button_fn + survive_install_raw_pose_fn + survive_install_lighthouse_pose_fn + survive_get_so_by_name + survive_haptic + survive_default_button_process + survive_default_raw_pose_process + survive_default_lighthouse_pose_process + quatnormalize + quatrotatevector + + OGUSleep + OGGetAbsoluteTime + OGCreateThread -- cgit v1.2.3