mc/pc
Pavel Roskin 853c179690 Changes by Franco Bez <franco.bez@augsburg.baynet.de>:
* gtkedit/edit.c: Workarround for the CR/LF Translation problem.
        This is vital, because otherwise CoolEdit corrupts files -
        they keep growing each time you save the file.

        * pc/key_nt.c: fixed the problem with the AltGr Key and the
        Gray Keys. Still not optimal, but usable.
        Especially usefull for international keyboard

        * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
        function. If one has an egrep.exe installed it's now possible
        to search for files containing a search pattern.
1998-10-14 14:09:47 +00:00
..
sys regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
BUGS regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
ChangeLog Changes by Franco Bez <franco.bez@augsburg.baynet.de>: 1998-10-14 14:09:47 +00:00
Makefile Support for RSX added. 1998-05-08 16:45:06 +00:00
Makefile.BC2 -I statements changed for Borland and IBM 1998-05-17 03:31:18 +00:00
Makefile.BC5 -I statements changed for Borland and IBM 1998-05-17 03:31:18 +00:00
Makefile.EMX Cosmetic changes in makefiles 1998-04-14 18:04:01 +00:00
Makefile.IBM -I statements changed for Borland and IBM 1998-05-17 03:31:18 +00:00
Makefile.MIN Better support for MinGW. Updates in slint_pc.c for syntax highlighting. 1998-05-08 09:58:53 +00:00
Makefile.PC Leading spaces replaced with tabs in all makefiles. 1998-06-09 13:09:19 +00:00
Makefile.RSX Resources support for RSX 1998-05-12 16:20:06 +00:00
Makefile.VC4 Cosmetic changes in makefiles 1998-04-14 18:04:01 +00:00
README Address of Pavel Roskin changed 1998-09-07 17:48:44 +00:00
TODO regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
chmod.c Resources support for RSX 1998-05-12 16:20:06 +00:00
config.h Support for MinGW (very preliminary) added. 1998-05-01 16:54:37 +00:00
cons_nt.c Resources support for RSX 1998-05-12 16:20:06 +00:00
cons_os2.c Fixes for OS/2 to make these files in sync with changed Makefile.PC 1998-05-13 08:57:30 +00:00
dirent.h MC for OS/2 shows hidden and system files now 1998-04-19 02:57:57 +00:00
dirent_nt.c Minor fixes in dirent.c and dirent.h for Windows NT 1998-04-17 02:04:43 +00:00
dirent_os2.c MC for OS/2 shows hidden and system files now 1998-04-19 02:57:57 +00:00
drive.c Converted from DOS to UNIX format (CRLF->LF) 1998-06-08 15:29:23 +00:00
drive.h regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
key_nt.c Changes by Franco Bez <franco.bez@augsburg.baynet.de>: 1998-10-14 14:09:47 +00:00
key_os2.c Fixes for OS/2 to make these files in sync with changed Makefile.PC 1998-05-13 08:57:30 +00:00
mc.def regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
mc.rc Resources support for RSX 1998-05-12 16:20:06 +00:00
mc_nt.ico regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
mc_os2.ico regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
slint_pc.c Resources support for RSX 1998-05-12 16:20:06 +00:00
trace_nt.c regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
trace_nt.h regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
util_nt.c Changes by Franco Bez <franco.bez@augsburg.baynet.de>: 1998-10-14 14:09:47 +00:00
util_os2.c Fixes for OS/2 to make these files in sync with changed Makefile.PC 1998-05-13 08:57:30 +00:00
util_win32.c Better support for MinGW. Updates in slint_pc.c for syntax highlighting. 1998-05-08 09:58:53 +00:00
util_win32.h regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00
util_winnt.c regex_comand() calls corrected in the XView edition 1998-04-09 02:21:49 +00:00

README

 This is the port of Midnight Commander for OS/2, Windows 95 and Windows NT.

 This port is based on the port for Windows NT by
    Juan Grigera <grigera@isis.unlp.edu.ar>
and the port for OS/2 by
    Alexander Dong <ado@software-ag.de>
and is currently maintained by
    Pavel Roskin <pavel_roskin@geocities.com>

 This port of the Midnight Commander is released under the GNU General
Public License version 2.0 or any later version. See file COPYING for
details.

 Following compilers are supported:
    For Windows NT:
	Makefile.VC4:	Microsoft Visual C++ 4.0 and above
	Makefile.BC5:	Borland C++ 5.x
    For OS/2:
	Makefile.EMX:	EMX/GCC
	Makefile.BC2:	Borland C++ 2.x
	Makefile.IBM:	IBM CSet or Visual Age C++

 You need GNU make in order to compile mc. Other implementation of
make will not work! Run

gmake -f Makefile.xxx [RELEASE=1]

where gmake is name of GNU make and Makefile.xxx is the makefile for
your compiler. You may want to add RELEASE=1 if you want to compile an
optimized version without debug information.
 Please note, that not all compilers are equal. You may need to create
dummy include files or change something in order to be able to compile
mc. BUT PLEASE DON'T TRY TO INCORPORATE SUCH QUICK HACKS INTO THE
MC DISTRIBUTION! Try to make your changes work with all other compilers.
 If you add a file, don't forget to add it into FILES statement of
Makefile in this directory. Otherwise this file will not be copied to
the distribution.
 This port is not very stable now. See files BUGS and TODO in this
directory.

Pavel Roskin <pavel_roskin@geocities.com>