Distribution file list and directory structure for Tofrodos
http://www.thefreecountry.com/tofrodos/index.shtml
Copyright 2002-2024 by Christopher Heng. All rights reserved.
-------------------------------------------------------------

# Main directory

	todos.exe	precompiled 64-bit Windows console application
	fromdos.exe	precompiled 64-bit Windows console application
	
	readme.txt	Read this file first
	filelist.txt	You're currently reading this file
	tofrodos.html	Tofrodos manual (HTML)
	tofrodos.lsm	Brief information about tofrodos (for the Linux Software Map)
	COPYING		Text file containing the GNU General Public License v2


# source code and makefiles

src\

	config.h	Change variables here if you're porting tofrodos
	emsg.c		Error message logging and display function
	emsg.h		Error messages header
	tofrodos.h	Main header
	utility.h	Utility functions header
	version.h	Version number header
	utility.c	Utility functions
	tofrodos.c	Main program and functions
	init.c		Initialization functions

	fromdos.1	Linux/Unix man page for tofrodos

	# Makefiles for other MSDOS/Windows compilers
	
	makefile.min	MinGW Makefile
	makefile.wcc	Watcom Makefile
	makefile.vs	Visual Studio Makefile
	
	# Makefiles for Linux
	
	Makefile	Linux makefile
	makefile.gcc	Duplicate of Makefile
	
# Miscellaneous source files (for MSDOS/Windows compilation)

src\lib\

	mkstemp.c	mkstemp() for MSDOS/Windows
	mkstemp.h
	getopt.c	getopt() for MSDOS/Windows
	getopt.h


# Empty Directories for "make" to use for various platforms/targets

src\bin

src\lib\bin
