Commit Graph

55 Commits

Author SHA1 Message Date
Stas Degteff
b6873e5bda Fix build with GCC 4.4.5. Patch from Semen Panevin 2:5025/121 2011-06-01 20:58:44 +00:00
Stas Degteff
5de690b1dd Golded+/DPMI build using DJGPP 2.04. Patch from Max Vasilyev 2:5057/77 2011-04-09 08:10:21 +00:00
Stas Degteff
cccf3de058 Fix unix-like build 2011-03-02 13:36:21 +00:00
Stas Degteff
b06ac72a22 Fix DJGPP build 2011-03-02 12:42:07 +00:00
Stas Degteff
92626bd967 Fix DJGPP build (GCC 2.x). Bugreport from Max Vasilyev 2:5057/77 2011-03-02 08:54:12 +00:00
Stas Degteff
c90f069a9a Define HAVE_SNPRINTF, HAVE_VSNPRINTF, HAVE_STDARG_H at compile time (Fix DJGPP build) 2011-03-01 17:10:09 +00:00
Stas Degteff
3a22e17caf New macros in Makefile: LIBCURSES (for specify libcurses name and location), WIDE_NCURSES (for select wide-characters version of libcurses) 2011-02-18 22:16:25 +00:00
Stas Degteff
c3eaefb7aa Move all curses-related code into gcui library. Very big thank to Semen Panevin 2:5025/121 2011-02-18 21:47:20 +00:00
Stas Degteff
8ca25dc8ec Fix DJGPP build. Thanks to Max Vasilyev 2:5057/77 2010-03-23 19:06:16 +00:00
Stanislav Mekhanoshin
2944b6961b patch to build on MAC OS/X with make PLATFORM=osx 2009-12-16 13:18:20 +00:00
Stas Degteff
32c4dfc7ee Build unix versions with libncursesw (fix) 2009-04-19 20:48:23 +00:00
Stas Degteff
3190be923a Insert HAS_ICONV define into CFLAGS (commented out) 2006-07-03 17:04:07 +00:00
Stanislav Mekhanoshin
5050e3eb8e Workaround for SunOS of conflict between system and local int8_t definitions.
System headers implies that char is signed by ABI and define the type as
`char' while GoldEd has to be compiled with -funsigned-char and defines it
as `signed char'. Thus we have conflict definition. At the same time goldlib
cannot be compiled with -fsigned-char.
2006-02-01 10:06:07 +00:00
Stas Degteff
b7062fe8c3 Solve conflict between sys/types.h and gdefs.h (int8_t) on Solaris/x86. Warning: now char is treated signed instead unsigned (Sun only) 2006-01-28 23:42:31 +00:00
Stanislav Mekhanoshin
bc84170688 Linux support was affected by Solaris changes -- fixed 2006-01-27 13:17:00 +00:00
Stanislav Mekhanoshin
cef676eec2 SUN Solaris support imroved 2006-01-27 13:04:36 +00:00
Stas Degteff
53a185b293 Fix GCC warning about deprecated header file 2006-01-20 22:47:43 +00:00
Stas Degteff
45c2293497 Add condition to build golded+ with spellchecker into Makefile 2006-01-19 21:31:36 +00:00
Stas Degteff
260f033562 Fix GCC build GNUmakef.def 2006-01-18 21:36:01 +00:00
Stas Degteff
7d80791ad3 Add definitions for the 'sun' platform (SUN Solaris) 2006-01-18 20:49:36 +00:00
Stas Degteff
b83958247c Enable C++ exceptions 2006-01-14 23:48:04 +00:00
Stas Degteff
fa7155ef60 Return to use math. emulation library for DJGPP build 2005-11-16 14:50:36 +00:00
Stas Degteff
e46c1e5982 change DJGPP compiler flags to GCC v 3.x & 4.x 2005-10-29 09:16:58 +00:00
Stas Degteff
569fa90b09 Change structure of platform detection. Now may specify a platform to call 'make PLATFORM=plf' 2005-10-27 18:41:49 +00:00
Stas Degteff
1ccb578485 Try to build DJGPP 2005-10-11 20:07:24 +00:00
Stas Degteff
715095934c Change shell for DJGPP build 2005-08-23 12:22:11 +00:00
Stas Degteff
15a5f462f2 DJGPP compiler name change 2005-05-11 05:24:41 +00:00
Stas Degteff
6e8413f4e1 Change enviroment test order to prevent use DJGPP options in cygwin 2005-04-26 09:49:22 +00:00
Alexander S. Aganichev
9ef33e83e4 Removed SHELL line from MINGW config 2004-01-20 22:53:20 +00:00
Alexander S. Aganichev
142b2807d0 One more rework for support MinGW 2004-01-20 15:00:03 +00:00
Alexander S. Aganichev
49adbfab72 Detect msys by OSTYPE as well 2003-12-22 08:02:19 +00:00
zharik
52e622c4e7 BeOS build:added support for clipboard operations 2003-12-21 16:43:37 +00:00
Alexander S. Aganichev
5ed34a60fb Scope of recent changes. 2003-12-10 08:35:16 +00:00
Alexander S. Aganichev
0d62764685 Add pure MinGW support 2003-10-23 10:46:36 +00:00
Alexander S. Aganichev
9143537380 Added more compilation options that was hidden 2003-04-28 14:41:11 +00:00
zharik
b988f4008f *** empty log message *** 2003-04-05 20:23:57 +00:00
zharik
ff3bd0a039 BeOS port related changes 2003-03-29 21:33:14 +00:00
Alexander S. Aganichev
253849ef65 Random fixes 2002-09-29 16:06:10 +00:00
Alexander S. Aganichev
765ec7097d Yep, support older GCCs 2002-08-30 14:03:28 +00:00
Alexander S. Aganichev
02877adb54 Probably fixed SMB compilation under OS/2 2002-08-23 06:17:43 +00:00
Alexander S. Aganichev
0d0830ac0d Make compilation a bit faster 2002-06-10 06:24:11 +00:00
Alexander S. Aganichev
45bb6613de Added liblocal for DJGPP building 2002-06-09 09:36:02 +00:00
Alexander S. Aganichev
04612428b5 Namespace/gcc3.x complaints fixed 2002-06-06 14:14:20 +00:00
Alexander S. Aganichev
d8ca130bd0 Small fixes 2001-05-25 03:43:20 +00:00
Alexander S. Aganichev
13b1a4fd12 Fixed locale on MSVCRT compilation, e-mail fixes. 2001-05-20 19:19:52 +00:00
Alexander S. Aganichev
478e6e0e62 Fixed ToLower, ToUpper functons in Editor 2001-05-17 05:14:33 +00:00
Alexander S. Aganichev
2e70dec322 bugfixing 2001-05-09 20:45:13 +00:00
Alexander S. Aganichev
b6cb2cc5af Do ncurses by default 2001-03-16 06:22:01 +00:00
ainmarh
c3864162c8 Do not use ncurses as default. 2001-03-09 08:21:24 +00:00
Alexander S. Aganichev
feb27a793a Macroses update, addressbook fixes, other changes 2001-02-24 18:37:28 +00:00