some fixes from the SGI build log
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
wxDataFormat( const wxChar *id );
|
||||
wxDataFormat( NativeFormat format );
|
||||
|
||||
wxDataFormat& operator=(const wxDataFormat& format)
|
||||
{ m_type = format.m_type; m_format = format.m_format; return *this; }
|
||||
wxDataFormat& operator=(NativeFormat format)
|
||||
{ SetId(format); return *this; }
|
||||
|
||||
|
@@ -24,6 +24,8 @@ public:
|
||||
wxDataFormat( const wxChar *id );
|
||||
wxDataFormat( NativeFormat format );
|
||||
|
||||
wxDataFormat& operator=(const wxDataFormat& format)
|
||||
{ m_type = format.m_type; m_format = format.m_format; return *this; }
|
||||
wxDataFormat& operator=(NativeFormat format)
|
||||
{ SetId(format); return *this; }
|
||||
|
||||
|
@@ -33,7 +33,6 @@ void _GSocket_GDK_Input(gpointer data,
|
||||
|
||||
void _GSocket_GUI_Init(GSocket *socket)
|
||||
{
|
||||
int i;
|
||||
gint *m_id;
|
||||
|
||||
socket->m_gui_dependent = (char *)malloc(sizeof(gint)*2);
|
||||
|
@@ -364,7 +364,6 @@ gtk_pizza_set_size (GtkPizza *pizza,
|
||||
{
|
||||
GtkPizzaChild *child;
|
||||
GList *children;
|
||||
GtkAllocation child_allocation;
|
||||
|
||||
g_return_if_fail (pizza != NULL);
|
||||
g_return_if_fail (GTK_IS_PIZZA (pizza));
|
||||
@@ -593,7 +592,6 @@ gtk_pizza_size_allocate (GtkWidget *widget,
|
||||
gint border;
|
||||
gint x,y,w,h;
|
||||
GtkPizzaChild *child;
|
||||
GtkAllocation child_allocation;
|
||||
GList *children;
|
||||
|
||||
g_return_if_fail (widget != NULL);
|
||||
|
@@ -33,7 +33,6 @@ void _GSocket_GDK_Input(gpointer data,
|
||||
|
||||
void _GSocket_GUI_Init(GSocket *socket)
|
||||
{
|
||||
int i;
|
||||
gint *m_id;
|
||||
|
||||
socket->m_gui_dependent = (char *)malloc(sizeof(gint)*2);
|
||||
|
@@ -364,7 +364,6 @@ gtk_pizza_set_size (GtkPizza *pizza,
|
||||
{
|
||||
GtkPizzaChild *child;
|
||||
GList *children;
|
||||
GtkAllocation child_allocation;
|
||||
|
||||
g_return_if_fail (pizza != NULL);
|
||||
g_return_if_fail (GTK_IS_PIZZA (pizza));
|
||||
@@ -593,7 +592,6 @@ gtk_pizza_size_allocate (GtkWidget *widget,
|
||||
gint border;
|
||||
gint x,y,w,h;
|
||||
GtkPizzaChild *child;
|
||||
GtkAllocation child_allocation;
|
||||
GList *children;
|
||||
|
||||
g_return_if_fail (widget != NULL);
|
||||
|
@@ -13,7 +13,7 @@
|
||||
WXDIR = $(WXWIN)
|
||||
!include $(WXDIR)\src\makeb32.env
|
||||
|
||||
LIBS=$(WXLIB) $(EXTRALIBS) cw32mt import32 ole2w32 winpng zlib jpeg odbc32
|
||||
LIBS=$(WXLIB) $(EXTRALIBS) cw32mt import32 ole2w32 winpng zlib jpeg xpm tiff odbc32
|
||||
|
||||
!if "$(FINAL)" == "0"
|
||||
LINKFLAGS=/v /c /Tpe /L$(WXLIBDIR);$(BCCDIR)\lib $(EXTRALINKFLAGS)
|
||||
|
Reference in New Issue
Block a user