Pavel Roskin 345cc077d0 * Makefile.PC: Remove OS/2-specific parts. Substitute 23 years ago
..
.cvsignore fe79f3e017 More files to ignore 24 years ago
BUGS 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 years ago
ChangeLog 345cc077d0 * Makefile.PC: Remove OS/2-specific parts. Substitute 23 years ago
Makefile.BC5 5c3a4556b9 -I statements changed for Borland and IBM 27 years ago
Makefile.MIN cc78b0ccdc * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS. 24 years ago
Makefile.PC 345cc077d0 * Makefile.PC: Remove OS/2-specific parts. Substitute 23 years ago
Makefile.RSX 5899d6b714 Resources support for RSX 27 years ago
Makefile.VC4 5f8d7d3107 Cosmetic changes in makefiles 27 years ago
Makefile.am 182da213b2 * Makefile.am: Remove all files used by OS/2 only. The OS/2 23 years ago
README 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 years ago
TODO 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 years ago
chmod.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 years ago
config.h 97a212484b * config.h: Remove definitions for UNIX-specific permission 23 years ago
cons_nt.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 years ago
dirent_nt.c 97a212484b * config.h: Remove definitions for UNIX-specific permission 23 years ago
drive.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 years ago
drive.h 450203f8a2 regex_comand() calls corrected in the XView edition 27 years ago
key_nt.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 years ago
mc.rc cc78b0ccdc * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS. 24 years ago
mc_nt.ico 450203f8a2 regex_comand() calls corrected in the XView edition 27 years ago
regex.c 23589cf41b * regex.c: Add temporarily to fix the build. 23 years ago
regex.h 23589cf41b * regex.c: Add temporarily to fix the build. 23 years ago
slint_pc.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 years ago
trace_nt.c c5df6b4367 * util_nt.c (_win32Trace): Add missing va_end(). 23 years ago
trace_nt.h e828211662 Updated address of Free Software Foundation 24 years ago
util_nt.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 years ago
util_win32.c e828211662 Updated address of Free Software Foundation 24 years ago
util_win32.h e828211662 Updated address of Free Software Foundation 24 years ago
util_winnt.c e828211662 Updated address of Free Software Foundation 24 years ago

README

This is the port of Midnight Commander for Win32.

The original code was contributed by
Juan Grigera

You need GNU make in order to compile mc. Other implementation of make
don't 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.

Following compilers are supported:

Makefile.VC4: Microsoft Visual C++ 4.0 and above
Makefile.BC5: Borland C++ 5.x
Makefile.RSX: RSXNT (http://www.mathematik.uni-bielefeld.de/~rainer/)
Makefile.MIN: MinGW (http://www.mingw.org/)

Note that "supported" here means only that they used to work in the past
and the specific makefiles are provided for them!

Please note that the Win32 port is not actively developed. The code may
be out-of-date. You may need to fix the code in order to compile it.

If you add a file, don't forget to add it into Makefile.am, or it will
be missing from the release. Note that the release procedure for GNU
Midnight Commander cannot detect missing files in the Win32 port!