makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for

Mingw32; removed init.cpp from makefile.vc (tmake keeps generating it);
added spinctrl.cpp to MSW section in filelist.txt.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-14 12:37:52 +00:00
parent da8bed9bfd
commit b4fe51258d
18 changed files with 76 additions and 59 deletions

View File

@@ -303,7 +303,10 @@ typedef unsigned __WCHAR_TYPE__ wxUChar;
# ifdef __FreeBSD__
# undef _T
# endif
# define _T(x) x
# if !defined(__MINGW32__) || !defined(_T)
# define _T(x) x
# endif
// ctype.h functions
# define wxIsalnum isalnum