no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@ typedef unsigned int size_t;
|
|||||||
|
|
||||||
class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
|
class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
|
||||||
|
|
||||||
class wxCheckListBox : public wxListBox
|
class WXDLLEXPORT wxCheckListBox : public wxListBox
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
|
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
|
||||||
public:
|
public:
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
// same as appname). The file name (strAppName parameter) may, in fact,
|
// same as appname). The file name (strAppName parameter) may, in fact,
|
||||||
// contain the full path to the file. If it doesn't, the file is searched for
|
// contain the full path to the file. If it doesn't, the file is searched for
|
||||||
// in the Windows directory.
|
// in the Windows directory.
|
||||||
class wxIniConfig : public wxConfigBase
|
class WXDLLEXPORT wxIniConfig : public wxConfigBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// ctor & dtor
|
// ctor & dtor
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
// wxRegConfig
|
// wxRegConfig
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class wxRegConfig : public wxConfigBase
|
class WXDLLEXPORT wxRegConfig : public wxConfigBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// ctor & dtor
|
// ctor & dtor
|
||||||
|
@@ -16,7 +16,7 @@ WXDIR = $(WXWIN)
|
|||||||
WXUSINGDLL=0
|
WXUSINGDLL=0
|
||||||
|
|
||||||
EXTRAINC=-I..\..\win
|
EXTRAINC=-I..\..\win
|
||||||
EXTRALIBS=$(WXDIR)\lib\glcanvas.lib glu.lib opengl.lib
|
EXTRALIBS=$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib
|
||||||
|
|
||||||
!include $(WXDIR)\src\ntwxwin.mak
|
!include $(WXDIR)\src\ntwxwin.mak
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@ WXDIR = $(WXWIN)
|
|||||||
WXUSINGDLL=0
|
WXUSINGDLL=0
|
||||||
|
|
||||||
EXTRAINC=-I..\..\win
|
EXTRAINC=-I..\..\win
|
||||||
EXTRALIBS=$(WXDIR)\lib\glcanvas.lib glu.lib opengl.lib
|
EXTRALIBS=$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib
|
||||||
|
|
||||||
!include $(WXDIR)\src\ntwxwin.mak
|
!include $(WXDIR)\src\ntwxwin.mak
|
||||||
|
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma implementation
|
#pragma implementation
|
||||||
#endif
|
#endif
|
||||||
|
#include "wx/wxprec.h"
|
||||||
#include "cdbase.h"
|
#include "cdbase.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
|
@@ -9,9 +9,7 @@
|
|||||||
# Makefile : Builds wxSock library for Windows NT / Win95
|
# Makefile : Builds wxSock library for Windows NT / Win95
|
||||||
|
|
||||||
# Change WXDIR or WXWIN to wherever wxWindows is found
|
# Change WXDIR or WXWIN to wherever wxWindows is found
|
||||||
#WXWIN = $(WX)
|
!include <..\..\src\ntwxwin.mak>
|
||||||
WXDIR = $(WXWIN)
|
|
||||||
!include $(WXWIN)\src\ntwxwin.mak
|
|
||||||
|
|
||||||
WXMMEDDIR = $(WXDIR)\utils\wxmmedia
|
WXMMEDDIR = $(WXDIR)\utils\wxmmedia
|
||||||
WXMMEDINC = $(WXMMEDDIR)
|
WXMMEDINC = $(WXMMEDDIR)
|
||||||
@@ -24,7 +22,7 @@ LIBS=$(WXSOCKLIB) $(LIBS)
|
|||||||
#LIBS=$(WXLIB) $(WXSTRINGLIB) oldnames libw llibcew llibce commdlg shell
|
#LIBS=$(WXLIB) $(WXSTRINGLIB) oldnames libw llibcew llibce commdlg shell
|
||||||
|
|
||||||
OBJECTS = mmdata.obj mmfile.obj sndfile.obj sndsnd.obj sndwin.obj\
|
OBJECTS = mmdata.obj mmfile.obj sndfile.obj sndsnd.obj sndwin.obj\
|
||||||
sndwav.obj sndfrag.obj vidbdrv.obj
|
sndwav.obj sndfrag.obj vidbase.obj
|
||||||
|
|
||||||
all: $(WXMMEDLIB)
|
all: $(WXMMEDLIB)
|
||||||
|
|
||||||
@@ -43,44 +41,44 @@ $(WXMMEDLIB): $(OBJECTS)
|
|||||||
$(OBJECTS)
|
$(OBJECTS)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
MMD_data.obj: MMD_data.$(SRCSUFF)
|
MMdata.obj: MMdata.$(SRCSUFF)
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
MMD_file.obj: MMD_file.$(SRCSUFF)
|
MMfile.obj: MMfile.$(SRCSUFF)
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
SND_file.obj: SND_file.$(SRCSUFF) SND_file.h
|
SNDfile.obj: SNDfile.$(SRCSUFF) SNDfile.h
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
SND_wav.obj: SND_wav.$(SRCSUFF) SCK_wav.h
|
SNDwav.obj: SNDwav.$(SRCSUFF) SNDwav.h
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
SND_sound.obj: SND_sound.$(SRCSUFF) SND_sound.h
|
SNDwin.obj: SNDwin.$(SRCSUFF) SNDwin.h
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
SND_sound.obj: SND_sound.$(SRCSUFF) SND_sound.h
|
SNDsnd.obj: SNDsnd.$(SRCSUFF) SNDsnd.h
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
SND_frag.obj: SND_frag.$(SRCSUFF) SND_frag.h
|
SNDfrag.obj: SNDfrag.$(SRCSUFF) SNDfrag.h
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
VID_bdrv.obj: VID_bdrv.$(SRCSUFF) VID_bdrv.h
|
VIDbase.obj: VIDbase.$(SRCSUFF) VIDbase.h
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS2) /c /Tp $*.$(SRCSUFF)
|
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@@ -7,6 +7,8 @@
|
|||||||
// Copyright: (C) 1997, 1998, Guilhem Lavaux
|
// Copyright: (C) 1997, 1998, Guilhem Lavaux
|
||||||
// License: wxWindows license
|
// License: wxWindows license
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#include "mmfile.h"
|
#include "mmfile.h"
|
||||||
|
|
||||||
#include "sndsnd.h"
|
#include "sndsnd.h"
|
||||||
|
@@ -14,11 +14,6 @@
|
|||||||
#pragma interface
|
#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WX_PRECOMP
|
|
||||||
#include "wx_prec.h"
|
|
||||||
#else
|
|
||||||
#include "wx/wx.h"
|
|
||||||
#endif
|
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
#include "wx/stream.h"
|
#include "wx/stream.h"
|
||||||
#include "mmtype.h"
|
#include "mmtype.h"
|
||||||
|
Reference in New Issue
Block a user