wxWidgets/src
Vadim Zeitlin 6dc6fda694 wxBase compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-28 20:54:50 +00:00
..
common wxBase compilation fixes 2000-01-28 20:54:50 +00:00
generic Copied isql.h and isqlext.h to /include/wx/unix and make 2000-01-27 19:50:46 +00:00
gtk Copied isql.h and isqlext.h to /include/wx/unix and make 2000-01-27 19:50:46 +00:00
gtk1 Copied isql.h and isqlext.h to /include/wx/unix and make 2000-01-27 19:50:46 +00:00
html inline functions with if moved to .cpp 2000-01-27 00:02:44 +00:00
iodbc Attempting to allow WIN16 compilation of the db/dbtable classes 2000-01-27 22:47:49 +00:00
jpeg Take hard coded path out of makefile 2000-01-17 20:22:34 +00:00
mac added wxFileType::GetMimeTypes 2000-01-23 01:03:17 +00:00
makeenvs Corrected #include in gsockmot.cpp 1999-09-07 08:22:23 +00:00
motif more patches for BC++ from Ricky Gonzales 2000-01-25 15:51:26 +00:00
msw these aren't being used any more 2000-01-26 18:14:05 +00:00
os2 Added method for mimietype implementation. 2000-01-24 22:50:28 +00:00
png Take hard coded path out of makefile 2000-01-17 20:22:34 +00:00
qt removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
regex This commit was generated by cvs2svn to compensate for changes in r5380, 2000-01-14 00:20:46 +00:00
stubs removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
tiff patches for XPM/TIFF compilation with BC++ from Ricky Gonzales 2000-01-24 15:37:24 +00:00
unix wxBase compilation fixes 2000-01-28 20:54:50 +00:00
xpm patches for XPM/TIFF compilation with BC++ from Ricky Gonzales 2000-01-24 15:37:24 +00:00
zlib Take hard coded path out of makefile 2000-01-17 20:22:34 +00:00
.cvsignore more files to ignore (*.env) 1999-09-18 16:51:31 +00:00
cygnus.bat Added sqltypes.h (for Cygwin b20), some other Cygwin fixes. 1999-10-14 14:10:59 +00:00
make_cw.mcp new upload / perhaps prev version was corrupted 2000-01-27 07:59:14 +00:00
make.env.in -fpermissive is now returned by wx-config -cflags if the library was compiled 2000-01-05 17:11:09 +00:00
makeb32.env adding search path for iodbc headers 2000-01-21 09:14:22 +00:00
makebcc.env Added more makefiles; fixed some samples for Cygwin 1999-02-09 16:00:23 +00:00
makefile.bcc added some wxMSW stuff 1998-05-20 14:12:05 +00:00
makefile.dos Cleared up DEBUG define mess, defines are now called __WXDEBUG__ and WXDEBUG. 1998-07-10 11:14:17 +00:00
makefile.va Updated makefiles for VisualAge C++ V3.0 1999-09-15 21:56:39 +00:00
makefile.vc Added dde sample; added docs/index.htm 1999-01-27 10:01:14 +00:00
makeg95.env Mumit Khan's patches for cross compilation 2000-01-14 10:01:56 +00:00
makeg295.env Added makeg295.env file for building with gcc-2.95/mingw 1999-09-14 20:53:04 +00:00
makelib.b32 First attempt at clean-up 1999-04-03 17:46:18 +00:00
makelib.bcc Added more makefiles; fixed some samples for Cygwin 1999-02-09 16:00:23 +00:00
makelib.env.in More samples makefiles 1999-08-14 09:41:49 +00:00
makelib.g95 Fixes for VC++ 4 compilation; fixed wxCommandEvent arg in grid.h; 1999-10-31 12:03:20 +00:00
makelib.vc Fixing another hard-coded WXDIR path 1999-12-17 19:47:51 +00:00
makelib.wat Added more makefiles; fixed some samples for Cygwin 1999-02-09 16:00:23 +00:00
makemsc.env Added some makefiles, fixed a BC++ problem in controls.cpp; changed some class 1999-11-06 17:12:10 +00:00
makeprog.b32 some fixes from the SGI build log 2000-01-24 15:47:21 +00:00
makeprog.bcc Added png, zlib targets to 16-bit makefiles 1999-02-14 23:23:19 +00:00
makeprog.env.in SN: Replaced more ':' in VPATH statements by PATH_IFS (to make 2000-01-14 22:24:27 +00:00
makeprog.g95 Fixes for VC++ 4 compilation; fixed wxCommandEvent arg in grid.h; 1999-10-31 12:03:20 +00:00
makeprog.msc wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return 1998-12-20 23:49:21 +00:00
makeprog.sl Added some makefiles 1999-01-25 12:15:20 +00:00
makeprog.va Take hard coded path out of makefile 2000-01-17 20:22:34 +00:00
makeprog.vc Mostly Mingw32/Cygwin corrections 1999-12-20 19:04:48 +00:00
makeprog.wat Added more makefiles; fixed some samples for Cygwin 1999-02-09 16:00:23 +00:00
makesc.env More SC++ fixes; HelpGen starting to compile with VC++; image sample now compiles/runs 1999-01-09 20:18:06 +00:00
makesl.env Added some makefiles 1999-01-25 12:15:20 +00:00
maketwin.env Added some makefiles 1999-01-25 12:15:20 +00:00
makeva.env Take hard coded path out of makefile 2000-01-17 20:22:34 +00:00
makevc.env incremented version number for DLL 2000-01-10 22:59:20 +00:00
makewat.env Small changes 1999-10-24 15:14:05 +00:00
mingegcs.bat Added a few files; fixed some warnings and wxMotif compile problems 1999-01-31 18:47:10 +00:00
mingw32.bat Added sqltypes.h (for Cygwin b20), some other Cygwin fixes. 1999-10-14 14:10:59 +00:00
ntwxwin.mak Renamed .nt makefiles to .vc and factored them out; made DND sample compile 1999-01-24 19:13:55 +00:00
wxJpeg.icc New Visualage C++ Version 4.0 Project Configuration files 1999-12-16 21:00:54 +00:00
wxPng.icc New Visualage C++ Version 4.0 Project Configuration files 1999-12-16 21:00:54 +00:00
wxvc_dll.dsp split mimetype.h/.cpp into platform specific code 2000-01-19 23:06:11 +00:00
wxvc_dll.dsw Tidied some docs, made VC++ 6 DLL compilation work with wxvc_dll.dsp, 1999-11-01 20:36:43 +00:00
wxvc.dsp split mimetype.h/.cpp into platform specific code 2000-01-19 23:06:11 +00:00
wxvc.dsw Tidied some docs, made VC++ 6 DLL compilation work with wxvc_dll.dsp, 1999-11-01 20:36:43 +00:00
wxWin.icc Missing datetime and the db classes!! 2000-01-26 23:07:22 +00:00
wxXpm.icc New Visualage C++ Version 4.0 Project Configuration files 1999-12-16 21:00:54 +00:00
wxZlib.icc New Visualage C++ Version 4.0 Project Configuration files 1999-12-16 21:00:54 +00:00