wxWidgets/distrib/msw/tmake
Ron Lee 0b9ab0bd82 Added new dynamic loading classes. (which handle proper
wxRTTI and wxModule initialisation and unloading)
Removed serialisation code from wxObject and elsewhere.
Added USER_EXPORTED hash and list macros.
Added *_PLUGGABLE_CLASS defines for exporting dynamic wxObjects
from dlls.

 ----------------------------------------------------------------------
 Modified Files:
 	Makefile.in configure configure.in setup.h.in debian/changelog
 	distrib/msw/tmake/filelist.txt include/wx/defs.h
 	include/wx/docview.h include/wx/dynlib.h include/wx/fileconf.h
 	include/wx/hash.h include/wx/list.h include/wx/module.h
 	include/wx/object.h include/wx/resource.h include/wx/stream.h
 	include/wx/gtk/setup0.h include/wx/msw/setup0.h src/files.lst
 	src/wxBase.dsp src/wxUniv.dsp src/wxWindows.dsp
 	src/common/dynlib.cpp src/common/filename.cpp
 	src/common/module.cpp src/common/object.cpp
 	src/common/stream.cpp src/gtk/files.lst src/mac/files.lst
 	src/mgl/files.lst src/mgl/makefile.wat src/motif/files.lst
 	src/msw/dialup.cpp src/msw/files.lst src/msw/helpchm.cpp
 	src/msw/makefile.b32 src/msw/makefile.bcc src/msw/makefile.dos
 	src/msw/makefile.g95 src/msw/makefile.sc src/msw/makefile.vc
 	src/msw/makefile.wat src/os2/files.lst src/univ/files.lst
 Added Files:
 	include/wx/dynload.h src/common/dynload.cpp
 Removed Files:
 	include/wx/objstrm.h include/wx/serbase.h
 	src/common/objstrm.cpp src/common/serbase.cpp
 	utils/serialize/.cvsignore utils/serialize/makefile.b32
 	utils/serialize/sercore.cpp utils/serialize/sercore.h
 	utils/serialize/serctrl.cpp utils/serialize/serctrl.h
 	utils/serialize/serext.cpp utils/serialize/serext.h
 	utils/serialize/sergdi.cpp utils/serialize/sergdi.h
 	utils/serialize/sermain.cpp utils/serialize/serwnd.cpp
 	utils/serialize/serwnd.h
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-19 07:09:58 +00:00
..
b32.t applied patch for regex building with BC++ (patch 463140) 2001-09-28 14:35:17 +00:00
base.t More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
basevc.t New tmake template for generating makebase.vc for command line builds of wxBase(d).lib using VC 2001-03-13 21:59:13 +00:00
bcc.t removed libxpm from templates 2001-05-09 22:36:51 +00:00
dos.t Misc release-related mods 2001-05-14 10:28:27 +00:00
filelist.t * make install now installs OLE headers on cygwin 2001-10-24 20:41:34 +00:00
filelist.txt Added new dynamic loading classes. (which handle proper 2001-12-19 07:09:58 +00:00
g95.t Tried to fix makefile.g95 2001-12-04 14:52:33 +00:00
g295.t removed libxpm from templates 2001-05-09 22:36:51 +00:00
gtk.t fixed wxUniv/GTK linking by getting rid of GENERICOBJS and putting them into GUIOBJS/GUI_LOWLEVEL_OBJS instead 2001-11-06 16:31:31 +00:00
mac.t added MoreFiles sources to wxMac under Mac OS X 2001-10-13 08:52:34 +00:00
makeall.bat added wx*.dsp files 2001-10-10 00:43:45 +00:00
makeall.sh added wxMGL+DOS+Watcom makefiles 2001-12-09 15:38:31 +00:00
Makefile added deps for .t files so make works correctly when you edit them. 2001-12-10 01:50:09 +00:00
mgl.t fixes to wxMGL build 2001-12-14 19:24:04 +00:00
motif.t More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
msw.t * make install now installs OLE headers on cygwin 2001-10-24 20:41:34 +00:00
os2.t More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
sc.t removed libxpm from templates 2001-05-09 22:36:51 +00:00
tmake.conf added a simple makefile to regenerate all other makefiles with tmake 1999-08-18 18:23:03 +00:00
univ.t More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
v15.t an experimental template for Win16/VC++ 1.52 1999-12-16 21:30:47 +00:00
vc6app.t don't add /MT to CFLAGS explicitely 2001-10-10 16:42:02 +00:00
vc6base.t reset SourceSafe project name in the VC++ projects 2001-11-09 10:19:31 +00:00
vc6msw.t reset SourceSafe project name in the VC++ projects 2001-11-09 10:19:31 +00:00
vc6univ.t fixed the message when creating setup.h 2001-11-25 14:41:21 +00:00
vc.t Added a dependency for setup.h so it will be copied again if needed 2001-12-01 20:58:08 +00:00
wat.t fixes for setup.h handling in Watcom makefiles 2001-12-08 23:28:29 +00:00
watmgl.t added wxMGL+DOS+Watcom makefiles 2001-12-09 15:38:31 +00:00
wxwin.pro the missing file for tmake (sorry) 1999-07-15 22:46:31 +00:00