mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 18:14:15 +00:00
add libgstcontroller to the build
Original commit message from CVS: add libgstcontroller to the build
This commit is contained in:
parent
00b670d9a2
commit
602d69e85c
4 changed files with 860 additions and 357 deletions
|
@ -32,6 +32,9 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "gstcontroller.h"
|
||||
|
||||
#define GST_CAT_DEFAULT gst_controller_debug
|
||||
|
@ -58,11 +61,10 @@ GstController *
|
|||
gst_object_control_properties (GObject * object, ...)
|
||||
{
|
||||
GstController *ctrl;
|
||||
va_list var_args;
|
||||
|
||||
g_return_val_if_fail (G_IS_OBJECT (object), FALSE);
|
||||
|
||||
va_list var_args;
|
||||
|
||||
va_start (var_args, object);
|
||||
ctrl = gst_controller_new_valist (object, var_args);
|
||||
va_end (var_args);
|
||||
|
|
|
@ -1,355 +1,716 @@
|
|||
EXPORTS
|
||||
|
||||
|
||||
|
||||
gst_alloc_trace_available
|
||||
|
||||
gst_alloc_trace_live_all
|
||||
|
||||
gst_alloc_trace_print_all
|
||||
|
||||
gst_alloc_trace_print_live
|
||||
|
||||
gst_alloc_trace_set_flags_all
|
||||
|
||||
gst_bin_add
|
||||
|
||||
gst_bin_add_many
|
||||
|
||||
gst_bin_get_by_interface
|
||||
|
||||
gst_bin_get_by_name
|
||||
|
||||
gst_bin_get_type
|
||||
|
||||
gst_bin_new
|
||||
|
||||
gst_bin_remove
|
||||
|
||||
gst_buffer_create_sub
|
||||
|
||||
gst_buffer_get_type
|
||||
|
||||
gst_buffer_is_span_fast
|
||||
|
||||
gst_buffer_merge
|
||||
|
||||
gst_buffer_new
|
||||
|
||||
gst_buffer_new_and_alloc
|
||||
|
||||
gst_buffer_stamp
|
||||
|
||||
gst_bus_poll
|
||||
|
||||
gst_bus_pop
|
||||
|
||||
gst_bus_post
|
||||
|
||||
gst_caps_append
|
||||
|
||||
gst_caps_append_structure
|
||||
|
||||
gst_caps_copy
|
||||
|
||||
gst_caps_do_simplify
|
||||
|
||||
gst_caps_from_string
|
||||
|
||||
gst_caps_get_size
|
||||
|
||||
gst_caps_get_structure
|
||||
|
||||
gst_caps_get_type
|
||||
|
||||
gst_caps_intersect
|
||||
|
||||
gst_caps_is_any
|
||||
|
||||
gst_caps_is_empty
|
||||
|
||||
gst_caps_is_fixed
|
||||
|
||||
gst_caps_new_any
|
||||
|
||||
gst_caps_new_empty
|
||||
|
||||
gst_caps_new_full
|
||||
|
||||
gst_caps_new_simple
|
||||
|
||||
gst_caps_replace
|
||||
|
||||
gst_caps_set_simple
|
||||
|
||||
gst_caps_to_string
|
||||
|
||||
gst_clock_get_type
|
||||
|
||||
gst_core_error_quark
|
||||
|
||||
gst_deinit
|
||||
|
||||
gst_double_range_get_type
|
||||
|
||||
gst_element_add_pad
|
||||
|
||||
gst_element_class_add_pad_template
|
||||
|
||||
gst_element_class_get_pad_template
|
||||
|
||||
gst_element_class_set_details
|
||||
|
||||
gst_element_default_error
|
||||
|
||||
_gst_element_error_printf
|
||||
|
||||
gst_element_factory_create
|
||||
|
||||
gst_element_factory_find
|
||||
|
||||
gst_element_factory_get_element_type
|
||||
|
||||
gst_element_factory_get_type
|
||||
|
||||
gst_element_factory_make
|
||||
|
||||
gst_element_found_tags
|
||||
|
||||
gst_element_found_tags_for_pad
|
||||
|
||||
gst_element_get_bus
|
||||
|
||||
gst_element_get_clock
|
||||
|
||||
gst_element_get_pad
|
||||
|
||||
gst_element_get_state
|
||||
|
||||
gst_element_get_type
|
||||
|
||||
gst_element_is_indexable
|
||||
|
||||
gst_element_link
|
||||
|
||||
gst_element_link_many
|
||||
|
||||
gst_element_link_pads
|
||||
|
||||
gst_element_no_more_pads
|
||||
|
||||
gst_element_provides_clock
|
||||
|
||||
gst_element_register
|
||||
|
||||
gst_element_remove_pad
|
||||
|
||||
gst_element_requires_clock
|
||||
|
||||
gst_element_set_state
|
||||
|
||||
gst_element_sync_state_with_parent
|
||||
|
||||
gst_element_unlink
|
||||
|
||||
gst_event_get_type
|
||||
|
||||
gst_event_new_seek
|
||||
|
||||
gst_event_new_tag
|
||||
|
||||
gst_event_type_get_type
|
||||
|
||||
gst_format_get_by_nick
|
||||
|
||||
gst_format_get_details
|
||||
|
||||
gst_format_register
|
||||
|
||||
gst_fourcc_get_type
|
||||
|
||||
gst_fraction_get_type
|
||||
|
||||
gst_fraction_range_get_type
|
||||
|
||||
gst_implements_interface_check
|
||||
|
||||
gst_implements_interface_get_type
|
||||
|
||||
gst_index_add_association
|
||||
|
||||
gst_index_add_format
|
||||
|
||||
gst_index_entry_assoc_map
|
||||
|
||||
gst_index_factory_get_type
|
||||
|
||||
gst_index_get_assoc_entry
|
||||
|
||||
gst_index_get_writer_id
|
||||
|
||||
gst_init
|
||||
|
||||
gst_init_get_option_group
|
||||
|
||||
gst_int_range_get_type
|
||||
|
||||
gst_marshal_BOOLEAN__POINTER
|
||||
|
||||
gst_marshal_VOID__INT_INT
|
||||
|
||||
gst_marshal_VOID__OBJECT_OBJECT
|
||||
|
||||
gst_marshal_VOID__POINTER_OBJECT
|
||||
|
||||
gst_marshal_VOID__UINT_BOXED
|
||||
|
||||
gst_message_get_structure
|
||||
|
||||
gst_message_get_type
|
||||
|
||||
gst_message_new_state_changed
|
||||
|
||||
gst_message_new_state_dirty
|
||||
|
||||
gst_message_new_warning
|
||||
|
||||
gst_message_parse_error
|
||||
|
||||
gst_message_parse_state_changed
|
||||
|
||||
gst_message_parse_tag
|
||||
|
||||
gst_message_parse_warning
|
||||
|
||||
gst_mini_object_get_type
|
||||
|
||||
gst_mini_object_new
|
||||
|
||||
gst_mini_object_ref
|
||||
|
||||
gst_mini_object_unref
|
||||
|
||||
gst_object_default_deep_notify
|
||||
|
||||
gst_object_default_error
|
||||
|
||||
gst_object_get_name
|
||||
|
||||
gst_object_get_parent
|
||||
|
||||
gst_object_get_type
|
||||
|
||||
gst_object_ref
|
||||
|
||||
gst_object_replace
|
||||
|
||||
gst_object_set_name
|
||||
|
||||
gst_object_unref
|
||||
|
||||
gst_pad_alloc_buffer
|
||||
|
||||
gst_pad_event_default
|
||||
|
||||
gst_pad_get_allowed_caps
|
||||
|
||||
gst_pad_get_caps
|
||||
|
||||
gst_pad_get_direction
|
||||
|
||||
gst_pad_get_element_private
|
||||
|
||||
gst_pad_get_internal_links_default
|
||||
|
||||
gst_pad_get_negotiated_caps
|
||||
|
||||
gst_pad_get_pad_template_caps
|
||||
|
||||
gst_pad_get_peer
|
||||
|
||||
gst_pad_get_query_types
|
||||
|
||||
gst_pad_get_query_types_default
|
||||
|
||||
gst_pad_get_type
|
||||
|
||||
gst_pad_is_linked
|
||||
|
||||
gst_pad_link
|
||||
|
||||
gst_pad_new
|
||||
|
||||
gst_pad_new_from_static_template
|
||||
|
||||
gst_pad_new_from_template
|
||||
|
||||
gst_pad_proxy_getcaps
|
||||
|
||||
gst_pad_push
|
||||
|
||||
gst_pad_query
|
||||
|
||||
gst_pad_query_default
|
||||
|
||||
gst_pad_send_event
|
||||
|
||||
gst_pad_set_active
|
||||
|
||||
gst_pad_set_chain_function
|
||||
|
||||
gst_pad_set_element_private
|
||||
|
||||
gst_pad_set_event_function
|
||||
|
||||
gst_pad_set_getcaps_function
|
||||
|
||||
gst_pad_set_internal_link_function
|
||||
|
||||
gst_pad_set_link_function
|
||||
|
||||
gst_pad_set_query_function
|
||||
|
||||
gst_pad_set_query_type_function
|
||||
|
||||
gst_pad_set_unlink_function
|
||||
|
||||
gst_pad_template_get_caps
|
||||
|
||||
gst_pad_template_get_type
|
||||
|
||||
gst_pad_template_new
|
||||
|
||||
gst_pad_unlink
|
||||
|
||||
gst_parse_launch
|
||||
|
||||
gst_parse_launchv
|
||||
|
||||
gst_pipeline_get_type
|
||||
|
||||
gst_pipeline_new
|
||||
|
||||
gst_plugin_feature_get_name
|
||||
|
||||
gst_plugin_feature_get_type
|
||||
|
||||
gst_query_type_get_details
|
||||
|
||||
gst_resource_error_quark
|
||||
|
||||
gst_seek_type_get_type
|
||||
|
||||
gst_static_caps_get
|
||||
|
||||
gst_static_pad_template_get
|
||||
|
||||
gst_stream_error_quark
|
||||
|
||||
gst_structure_copy
|
||||
|
||||
gst_structure_fixate_field_nearest_double
|
||||
|
||||
gst_structure_fixate_field_nearest_int
|
||||
|
||||
gst_structure_foreach
|
||||
|
||||
gst_structure_get_boolean
|
||||
|
||||
gst_structure_get_double
|
||||
|
||||
gst_structure_get_fourcc
|
||||
|
||||
gst_structure_get_int
|
||||
|
||||
gst_structure_get_name
|
||||
|
||||
gst_structure_get_string
|
||||
|
||||
gst_structure_get_value
|
||||
|
||||
gst_structure_has_field
|
||||
|
||||
gst_structure_new
|
||||
|
||||
gst_structure_remove_field
|
||||
|
||||
gst_structure_set
|
||||
|
||||
gst_structure_set_name
|
||||
|
||||
gst_structure_set_value
|
||||
|
||||
gst_structure_to_string
|
||||
|
||||
gst_system_clock_get_type
|
||||
|
||||
gst_type_find_get_length
|
||||
|
||||
gst_type_find_peek
|
||||
|
||||
gst_type_find_register
|
||||
|
||||
gst_type_find_suggest
|
||||
|
||||
gst_uri_construct
|
||||
|
||||
gst_uri_get_location
|
||||
|
||||
gst_uri_get_protocol
|
||||
|
||||
gst_uri_handler_get_type
|
||||
|
||||
gst_uri_handler_get_type
|
||||
|
||||
gst_uri_handler_new_uri
|
||||
|
||||
gst_util_dump_mem
|
||||
|
||||
gst_util_set_object_arg
|
||||
|
||||
gst_value_array_get_type
|
||||
|
||||
gst_value_get_caps
|
||||
|
||||
gst_value_get_fraction_denominator
|
||||
|
||||
gst_value_get_fraction_numerator
|
||||
|
||||
gst_value_init_and_copy
|
||||
|
||||
gst_value_list_get_type
|
||||
|
||||
gst_value_serialize
|
||||
|
||||
gst_value_set_fraction
|
||||
|
||||
gst_xml_get_topelements
|
||||
|
||||
gst_xml_new
|
||||
|
||||
gst_xml_parse_file
|
||||
|
||||
gst_xml_write_file
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;;exports needed by libgstbase.dll
|
||||
|
||||
gst_buffer_join
|
||||
|
||||
gst_buffer_set_caps
|
||||
|
||||
gst_caps_copy_nth
|
||||
|
||||
gst_caps_is_equal
|
||||
|
||||
gst_caps_make_writable
|
||||
|
||||
gst_caps_ref
|
||||
|
||||
gst_caps_truncate
|
||||
|
||||
gst_caps_unref
|
||||
|
||||
gst_clock_get_time
|
||||
|
||||
gst_clock_id_unref
|
||||
|
||||
gst_clock_id_unschedule
|
||||
|
||||
gst_clock_id_wait
|
||||
|
||||
gst_clock_new_single_shot_id
|
||||
|
||||
_gst_debug_category_new
|
||||
|
||||
gst_debug_log_valist
|
||||
|
||||
_gst_debug_nameof_funcptr
|
||||
|
||||
_gst_debug_register_funcptr
|
||||
|
||||
gst_element_abort_state
|
||||
|
||||
gst_element_factory_get_klass
|
||||
|
||||
gst_element_factory_get_static_pad_templates
|
||||
|
||||
gst_element_get_base_time
|
||||
|
||||
gst_element_iterate_pads
|
||||
|
||||
gst_element_iterate_src_pads
|
||||
|
||||
gst_element_lost_state
|
||||
|
||||
gst_element_message_full
|
||||
|
||||
gst_element_post_message
|
||||
|
||||
gst_event_get_structure
|
||||
|
||||
gst_event_new_eos
|
||||
|
||||
gst_event_new_flush_start
|
||||
|
||||
gst_event_new_flush_stop
|
||||
|
||||
gst_event_new_new_segment
|
||||
|
||||
gst_event_parse_new_segment
|
||||
|
||||
gst_event_parse_seek
|
||||
|
||||
gst_event_parse_tag
|
||||
|
||||
gst_event_type_get_name
|
||||
|
||||
gst_flags_get_first_value
|
||||
|
||||
gst_flow_get_name
|
||||
|
||||
gst_flow_return_get_type
|
||||
|
||||
gst_gdouble_to_guint64
|
||||
|
||||
gst_guint64_to_gdouble
|
||||
|
||||
gst_is_tag_list
|
||||
|
||||
gst_iterator_fold
|
||||
|
||||
gst_iterator_free
|
||||
|
||||
gst_message_new_eos
|
||||
|
||||
gst_message_new_segment_done
|
||||
|
||||
gst_message_new_segment_start
|
||||
|
||||
gst_message_new_tag
|
||||
|
||||
gst_message_parse_new_clock
|
||||
|
||||
gst_message_type_get_name
|
||||
|
||||
gst_mini_object_copy
|
||||
|
||||
gst_mini_object_is_writable
|
||||
|
||||
gst_mini_object_replace
|
||||
|
||||
gst_object_set_parent
|
||||
|
||||
gst_object_set_parent
|
||||
|
||||
gst_object_sink
|
||||
|
||||
gst_pad_accept_caps
|
||||
|
||||
gst_pad_activate_pull
|
||||
|
||||
gst_pad_activate_push
|
||||
|
||||
gst_pad_chain
|
||||
|
||||
gst_pad_check_pull_range
|
||||
|
||||
gst_pad_fixate_caps
|
||||
|
||||
gst_pad_is_active
|
||||
|
||||
gst_pad_pause_task
|
||||
|
||||
gst_pad_peer_get_caps
|
||||
|
||||
gst_pad_proxy_setcaps
|
||||
|
||||
gst_pad_pull_range
|
||||
|
||||
gst_pad_push_event
|
||||
|
||||
gst_pad_query_convert
|
||||
|
||||
gst_pad_query_duration
|
||||
|
||||
gst_pad_query_position
|
||||
|
||||
gst_pad_set_activate_function
|
||||
|
||||
gst_pad_set_activatepull_function
|
||||
|
||||
gst_pad_set_activatepush_function
|
||||
|
||||
gst_pad_set_bufferalloc_function
|
||||
|
||||
gst_pad_set_caps
|
||||
|
||||
gst_pad_set_checkgetrange_function
|
||||
|
||||
gst_pad_set_fixatecaps_function
|
||||
|
||||
gst_pad_set_getrange_function
|
||||
|
||||
gst_pad_set_setcaps_function
|
||||
|
||||
gst_pad_start_task
|
||||
|
||||
gst_pad_stop_task
|
||||
|
||||
gst_pad_use_fixed_caps
|
||||
|
||||
gst_plugin_feature_get_rank
|
||||
|
||||
gst_plugin_feature_list_free
|
||||
|
||||
gst_plugin_feature_load
|
||||
|
||||
gst_plugin_list_free
|
||||
|
||||
gst_plugin_load_file
|
||||
|
||||
gst_query_parse_convert
|
||||
|
||||
gst_query_parse_duration
|
||||
|
||||
gst_query_parse_position
|
||||
|
||||
gst_query_set_convert
|
||||
|
||||
gst_query_set_duration
|
||||
|
||||
gst_query_set_formats
|
||||
|
||||
gst_query_set_position
|
||||
|
||||
gst_query_set_seeking
|
||||
|
||||
gst_query_set_segment
|
||||
|
||||
gst_registry_feature_filter
|
||||
|
||||
gst_registry_find_feature
|
||||
|
||||
gst_registry_find_plugin
|
||||
|
||||
gst_registry_get_default
|
||||
|
||||
gst_registry_get_feature_list_by_plugin
|
||||
|
||||
gst_registry_get_plugin_list
|
||||
|
||||
gst_segment_init
|
||||
|
||||
gst_segment_clip
|
||||
|
||||
gst_segment_set_newsegment
|
||||
|
||||
gst_segment_to_running_time
|
||||
|
||||
gst_segment_set_last_stop
|
||||
|
||||
gst_segment_set_seek
|
||||
|
||||
gst_tag_get_nick
|
||||
|
||||
gst_tag_get_type
|
||||
|
||||
gst_tag_list_add
|
||||
|
||||
gst_tag_list_foreach
|
||||
|
||||
gst_tag_list_free
|
||||
|
||||
gst_tag_list_get_double_index
|
||||
|
||||
gst_tag_list_get_string_index
|
||||
|
||||
gst_tag_list_get_tag_size
|
||||
|
||||
gst_tag_list_get_uint_index
|
||||
|
||||
gst_tag_list_get_value_index
|
||||
|
||||
gst_tag_list_insert
|
||||
|
||||
gst_tag_list_merge
|
||||
|
||||
gst_tag_list_new
|
||||
|
||||
gst_tag_setter_get_tag_list
|
||||
|
||||
gst_tag_setter_get_tag_merge_mode
|
||||
|
||||
gst_tag_setter_get_type
|
||||
|
||||
gst_type_find_factory_call_function
|
||||
|
||||
gst_type_find_factory_get_list
|
||||
|
||||
gst_type_find_factory_get_type
|
||||
|
||||
gst_util_uint64_scale
|
||||
|
||||
gst_value_get_int_range_max
|
||||
|
||||
gst_value_get_int_range_min
|
||||
|
||||
gst_value_get_mini_object
|
||||
|
||||
gst_value_list_append_value
|
||||
|
||||
gst_value_list_get_size
|
||||
|
||||
gst_value_list_get_value
|
||||
|
||||
gst_value_set_caps
|
||||
|
||||
gst_value_set_mini_object
|
||||
|
||||
gst_version
|
||||
|
||||
gst_version_string
|
||||
|
||||
|
|
|
@ -60,6 +60,21 @@ Package=<4>
|
|||
|
||||
###############################################################################
|
||||
|
||||
Project: "libgstcontroller"=.\libgstcontroller.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name libgstreamer
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "libgstelements"=.\libgstelements.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
|
|
125
win32/vs6/libgstcontroller.dsp
Normal file
125
win32/vs6/libgstcontroller.dsp
Normal file
|
@ -0,0 +1,125 @@
|
|||
# Microsoft Developer Studio Project File - Name="libgstcontroller" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
||||
|
||||
CFG=libgstcontroller - Win32 Debug
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "libgstcontroller.mak".
|
||||
!MESSAGE
|
||||
!MESSAGE You can specify a configuration when running NMAKE
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "libgstcontroller.mak" CFG="libgstcontroller - Win32 Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "libgstcontroller - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
||||
!MESSAGE "libgstcontroller - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
# PROP AllowPerConfigDependencies 0
|
||||
# PROP Scc_ProjName ""
|
||||
# PROP Scc_LocalPath ""
|
||||
CPP=cl.exe
|
||||
MTL=midl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "libgstcontroller - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "Release"
|
||||
# PROP BASE Intermediate_Dir "Release"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTCONTROLLER_EXPORTS" /YX /FD /c
|
||||
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /I "../../libs" /I "../common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTCONTROLLER_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /c
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
|
||||
|
||||
!ELSEIF "$(CFG)" == "libgstcontroller - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debug"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "Debug"
|
||||
# PROP Intermediate_Dir "Debug"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTCONTROLLER_EXPORTS" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../.." /I "../../libs" /I "../common" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTCONTROLLER_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /GZ /c
|
||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "libgstcontroller - Win32 Release"
|
||||
# Name "libgstcontroller - Win32 Debug"
|
||||
# Begin Group "Source Files"
|
||||
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\libs\gst\controller\gstcontroller.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\libs\gst\controller\gstcontroller.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\libs\gst\controller\gsthelper.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\libs\gst\controller\gstinterpolation.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\libs\gst\controller\lib.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
|
||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\libs\gst\controller\gstcontroller.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Resource Files"
|
||||
|
||||
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
# End Group
|
||||
# End Target
|
||||
# End Project
|
Loading…
Reference in a new issue