From cdca3e381d7015b6865b7dfe5e4438ce639bfea2 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 22 Sep 2020 18:41:44 -0300 Subject: [PATCH] Adding a prebuild .def file on git repository. --- Makefile.in | 14 ++++++++++++++ win/lib3270.def | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 344 insertions(+), 0 deletions(-) create mode 100644 win/lib3270.def diff --git a/Makefile.in b/Makefile.in index e2899a3..1138569 100644 --- a/Makefile.in +++ b/Makefile.in @@ -213,6 +213,20 @@ install-%: \ #---[ Release Targets ]------------------------------------------------------------------ all: \ + all-@OSNAME@ + +all-windows: \ + $(BINRLS)/$(SONAME) \ + $(BINRLS)/$(LIBNAME).a \ + locale/$(PACKAGE_NAME).pot \ + $(BINRLS)/$(LIBNAME).delayed.a + + @$(INSTALL_DATA) \ + $(BINRLS)/$(LIBNAME).def \ + $(BASEDIR)/win + + +all-linux: \ $(BINRLS)/$(SONAME) \ $(BINRLS)/$(LIBNAME).a \ locale/$(PACKAGE_NAME).pot diff --git a/win/lib3270.def b/win/lib3270.def new file mode 100644 index 0000000..84d2223 --- /dev/null +++ b/win/lib3270.def @@ -0,0 +1,330 @@ +EXPORTS + lib3270_action @1 + lib3270_action_activate @2 + lib3270_action_get_by_name @3 + lib3270_action_group_get_activatable @4 + lib3270_action_group_notify @5 + lib3270_action_is_activatable @6 + lib3270_activate_by_name @7 + lib3270_add_poll_fd @8 + lib3270_allow_reconnect @9 + lib3270_asc2ebc @10 + lib3270_attn @11 + lib3270_autoptr_cleanup_HKEY @12 + lib3270_autoptr_cleanup_LIB3270_POPUP @13 + lib3270_autoptr_cleanup_char @14 + lib3270_backspace @15 + lib3270_break @16 + lib3270_build_config_filename @17 + lib3270_build_data_filename @18 + lib3270_build_filename @19 + lib3270_calloc @20 + lib3270_can_paste_next @21 + lib3270_charsettable @22 + lib3270_clear @23 + lib3270_clear_operator_error @24 + lib3270_cmp_string_at @25 + lib3270_cmp_string_at_address @26 + lib3270_connect_url @27 + lib3270_connection_state_get_name @28 + lib3270_crl_get_preferred_protocol @29 + lib3270_crl_set_preferred_protocol @30 + lib3270_cursor_down @31 + lib3270_cursor_left @32 + lib3270_cursor_right @33 + lib3270_cursor_up @34 + lib3270_cut_selected @35 + lib3270_data_recv @36 + lib3270_delete @37 + lib3270_deletefield @38 + lib3270_deleteword @39 + lib3270_disconnect @40 + lib3270_drag_selection @41 + lib3270_dup @42 + lib3270_ebc2asc @43 + lib3270_emulate_input @44 + lib3270_enter @45 + lib3270_erase @46 + lib3270_erase_selected @47 + lib3270_eraseeof @48 + lib3270_eraseeol @49 + lib3270_eraseinput @50 + lib3270_field_addr @51 + lib3270_field_length @52 + lib3270_fieldend @53 + lib3270_fieldmark @54 + lib3270_firstfield @55 + lib3270_free @56 + lib3270_ft_cancel @57 + lib3270_ft_destroy @58 + lib3270_ft_get_user_data @59 + lib3270_ft_new @60 + lib3270_ft_set_user_data @61 + lib3270_ft_start @62 + lib3270_get_action @63 + lib3270_get_actions @64 + lib3270_get_associated_luname @65 + lib3270_get_attribute_at_address @66 + lib3270_get_boolean_properties_list @67 + lib3270_get_color_type @68 + lib3270_get_connection_state @69 + lib3270_get_contents @70 + lib3270_get_cursor_address @71 + lib3270_get_cursor_position @72 + lib3270_get_default_charset @73 + lib3270_get_default_host @74 + lib3270_get_default_session_handle @75 + lib3270_get_display_charset @76 + lib3270_get_element @77 + lib3270_get_field_attribute @78 + lib3270_get_field_bounds @79 + lib3270_get_field_end @80 + lib3270_get_field_len @81 + lib3270_get_field_start @82 + lib3270_get_field_string_at @83 + lib3270_get_ft_callbacks @84 + lib3270_get_ft_state @85 + lib3270_get_has_copy @86 + lib3270_get_has_selection @87 + lib3270_get_height @88 + lib3270_get_host @89 + lib3270_get_host_charset @90 + lib3270_get_host_type @91 + lib3270_get_host_type_name @92 + lib3270_get_installation_path @93 + lib3270_get_int_properties_list @94 + lib3270_get_int_property @95 + lib3270_get_is_protected @96 + lib3270_get_is_protected_at @97 + lib3270_get_keyboard_lock_state @98 + lib3270_get_length @99 + lib3270_get_lock_on_operator_error @100 + lib3270_get_lock_status @101 + lib3270_get_lunames @102 + lib3270_get_max_height @103 + lib3270_get_max_width @104 + lib3270_get_model @105 + lib3270_get_model_name @106 + lib3270_get_model_number @107 + lib3270_get_next_unprotected @108 + lib3270_get_numeric_lock @109 + lib3270_get_oia_box_solid @110 + lib3270_get_option_list @111 + lib3270_get_oversize @112 + lib3270_get_pointer @113 + lib3270_get_program_message @114 + lib3270_get_region @115 + lib3270_get_revision @116 + lib3270_get_screen_size @117 + lib3270_get_selected @118 + lib3270_get_selected_text @119 + lib3270_get_selection @120 + lib3270_get_selection_bounds @121 + lib3270_get_selection_flags @122 + lib3270_get_selection_rectangle @123 + lib3270_get_session_callbacks @124 + lib3270_get_session_id @125 + lib3270_get_ssl_crl_text @126 + lib3270_get_ssl_peer_certificate_text @127 + lib3270_get_ssl_state @128 + lib3270_get_ssl_state_description @129 + lib3270_get_ssl_state_icon_name @130 + lib3270_get_ssl_state_message @131 + lib3270_get_string_at @132 + lib3270_get_string_at_address @133 + lib3270_get_string_properties_list @134 + lib3270_get_toggle @135 + lib3270_get_toggle_description @136 + lib3270_get_toggle_id @137 + lib3270_get_toggle_label @138 + lib3270_get_toggle_list @139 + lib3270_get_toggle_name @140 + lib3270_get_toggle_summary @141 + lib3270_get_toggles @142 + lib3270_get_trace_handler @143 + lib3270_get_translation_domain @144 + lib3270_get_typeahead @145 + lib3270_get_undera @146 + lib3270_get_unlock_delay @147 + lib3270_get_unsigned_properties_list @148 + lib3270_get_url @149 + lib3270_get_user_data @150 + lib3270_get_version @151 + lib3270_get_version_info @152 + lib3270_get_width @153 + lib3270_get_word_bounds @154 + lib3270_half_connected @155 + lib3270_has_active_script @156 + lib3270_has_selection @157 + lib3270_host_get_name @158 + lib3270_iconv_free @159 + lib3270_iconv_from_host @160 + lib3270_iconv_new @161 + lib3270_iconv_to_host @162 + lib3270_in_3270 @163 + lib3270_in_ansi @164 + lib3270_in_e @165 + lib3270_in_neither @166 + lib3270_in_sscp @167 + lib3270_in_tn3270e @168 + lib3270_input_string @169 + lib3270_is_as400 @170 + lib3270_is_connected @171 + lib3270_is_disconnected @172 + lib3270_is_formatted @173 + lib3270_is_protected @174 + lib3270_is_ready @175 + lib3270_is_secure @176 + lib3270_is_selected @177 + lib3270_is_tso @178 + lib3270_is_unlocked @179 + lib3270_kybdreset @180 + lib3270_load @181 + lib3270_main_iterate @182 + lib3270_malloc @183 + lib3270_move_cursor @184 + lib3270_move_selected_area @185 + lib3270_move_selection @186 + lib3270_newline @187 + lib3270_nextfield @188 + lib3270_nextword @189 + lib3270_pakey @190 + lib3270_parse_host_type @191 + lib3270_paste_next @192 + lib3270_paste_text @193 + lib3270_pconnected @194 + lib3270_pfkey @195 + lib3270_popup @196 + lib3270_popup_an_errno @197 + lib3270_popup_clone_printf @198 + lib3270_popup_dialog @199 + lib3270_popup_va @200 + lib3270_previousfield @201 + lib3270_previousword @202 + lib3270_print @203 + lib3270_print_all @204 + lib3270_print_copy @205 + lib3270_print_selected @206 + lib3270_property_get_by_name @207 + lib3270_property_get_description @208 + lib3270_property_get_label @209 + lib3270_property_get_name @210 + lib3270_property_get_summary @211 + lib3270_property_get_tooltip @212 + lib3270_realloc @213 + lib3270_reconnect @214 + lib3270_register_action_group_listener @215 + lib3270_register_fd_handlers @216 + lib3270_register_io_controller @217 + lib3270_register_schange @218 + lib3270_register_timer_handlers @219 + lib3270_register_toggle_listener @220 + lib3270_remap_char @221 + lib3270_remove_poll @222 + lib3270_remove_poll_fd @223 + lib3270_reselect @224 + lib3270_reset_callbacks @225 + lib3270_reset_charset @226 + lib3270_reset_ft_callbacks @227 + lib3270_ring_bell @228 + lib3270_run_task @229 + lib3270_save @230 + lib3270_save_all @231 + lib3270_save_copy @232 + lib3270_save_selected @233 + lib3270_select_all @234 + lib3270_select_field @235 + lib3270_select_field_at @236 + lib3270_select_region @237 + lib3270_select_to @238 + lib3270_select_word @239 + lib3270_select_word_at @240 + lib3270_selection_get_length @241 + lib3270_selection_new @242 + lib3270_service_get_name @243 + lib3270_session_free @244 + lib3270_session_new @245 + lib3270_set_as400 @246 + lib3270_set_boolean_property @247 + lib3270_set_color_type @248 + lib3270_set_connected_initial @249 + lib3270_set_cursor_address @250 + lib3270_set_cursor_position @251 + lib3270_set_disconnected @252 + lib3270_set_field @253 + lib3270_set_has_copy @254 + lib3270_set_host_charset @255 + lib3270_set_host_type @256 + lib3270_set_host_type_by_name @257 + lib3270_set_int_property @258 + lib3270_set_lock_on_operator_error @259 + lib3270_set_log_handler @260 + lib3270_set_lunames @261 + lib3270_set_model @262 + lib3270_set_model_name @263 + lib3270_set_model_number @264 + lib3270_set_numeric_lock @265 + lib3270_set_oversize @266 + lib3270_set_poll_state @267 + lib3270_set_popup_handler @268 + lib3270_set_session_id @269 + lib3270_set_string @270 + lib3270_set_string_at @271 + lib3270_set_string_at_address @272 + lib3270_set_string_property @273 + lib3270_set_syslog @274 + lib3270_set_toggle @275 + lib3270_set_trace_handler @276 + lib3270_set_tso @277 + lib3270_set_uint_property @278 + lib3270_set_unlock_delay @279 + lib3270_set_url @280 + lib3270_set_user_data @281 + lib3270_setup_session @282 + lib3270_ssl_get_crl_download @283 + lib3270_ssl_set_crl_download @284 + lib3270_state_get_name @285 + lib3270_strdup @286 + lib3270_strdup_printf @287 + lib3270_sysreq @288 + lib3270_testpattern @289 + lib3270_toggle @290 + lib3270_toggle_get_by_name @291 + lib3270_toggle_get_description @292 + lib3270_toggle_get_from_id @293 + lib3270_toggle_get_label @294 + lib3270_toggle_get_name @295 + lib3270_toggle_get_summary @296 + lib3270_trace_data @297 + lib3270_trace_event @298 + lib3270_translate_char @299 + lib3270_translate_ft_message @300 + lib3270_translate_to_address @301 + lib3270_unregister_action_group_listener @302 + lib3270_unregister_schange @303 + lib3270_unregister_toggle_listener @304 + lib3270_unselect @305 + lib3270_unsigned_property_get_by_name @306 + lib3270_update_poll_fd @307 + lib3270_vsprintf @308 + lib3270_wait @309 + lib3270_wait_for_cstate @310 + lib3270_wait_for_keyboard_unlock @311 + lib3270_wait_for_ready @312 + lib3270_wait_for_string @313 + lib3270_wait_for_string_at @314 + lib3270_wait_for_string_at_address @315 + lib3270_wait_for_update @316 + lib3270_win32_create_regkey @317 + lib3270_win32_get_dword @318 + lib3270_win32_local_charset @319 + lib3270_win32_strerror @320 + lib3270_win32_translate_error_code @321 + lib3270_write_dstrace @322 + lib3270_write_event_trace @323 + lib3270_write_log @324 + lib3270_write_nettrace @325 + lib3270_write_rc @326 + lib3270_write_screen_trace @327 + lib3270_write_trace @328 + lib3270_write_va_log @329 -- libgit2 0.21.2