Revision
743 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Jun 24 11:44:55 2006 UTC
(16 years, 7 months ago)
by
woo409
File length: 878 byte(s)
+ Some additional files for the win32 port
+ The additional test meshes are because windows produces floating point numbers like this 12e+001 where are unix is 12e+01
+ nelix_kb_options.py is my notebooks config file. I've included it as an example of win32 compilation options
+ system_dep.h is there for win32 shared library function export/import macros and also to use the intel mathimf.h library since the standard MS VC++ math.h doesn't have all the necessary functions. NOTE this file must be included before all other headers to prevent inclusion of math.h