NT4/private/fp32
2020-09-30 17:12:29 +02:00
..
conv First commit 2020-09-30 17:12:29 +02:00
inc/i386 First commit 2020-09-30 17:12:29 +02:00
include First commit 2020-09-30 17:12:29 +02:00
tran First commit 2020-09-30 17:12:29 +02:00
buildcrt.cmd First commit 2020-09-30 17:12:29 +02:00
def.mak First commit 2020-09-30 17:12:29 +02:00
dirs First commit 2020-09-30 17:12:29 +02:00
fp32.def First commit 2020-09-30 17:12:29 +02:00
makefile First commit 2020-09-30 17:12:29 +02:00
nmake.mak First commit 2020-09-30 17:12:29 +02:00
readme First commit 2020-09-30 17:12:29 +02:00

####
#Revision History:
#   9-26-91	GDP  written
#   9-28-91	GDP  updated
#   3-05-91	GDP  updated -- dropped old nmake build scheme
################################################################################


This is the tree for the portable floating point code.
It contains string conversion routines and transcendentals.

Currently two different build procedures are supported:
    1. nt 'build'

    2. 'nmake' for building i386 libs in OMF format only
	(Multiple host/target builds no longer supported)
	All *.mak files are used for this purpose.
	Use 'nmake -f nmake.mak CRTLIBTYPE=[ST | MT | DLL]'