From: Alan W. I. <ai...@us...> - 2002-08-27 18:22:51
|
Update of /cvsroot/plplot/plplot/sys/win32/msdev/plplib In directory usw-pr-cvs1:/tmp/cvs-serv6204/plplib Modified Files: plplib.mak Log Message: AWI for Olof Svensson. Change compiler flags for windows build of PLplot - Flags that were changed: /ML - link to single threaded executable changed to: /MD - link to multi-threaded DLL /O2 - creates fast code changed to: /Ox - uses maximum optimisation - Flags that are unchanged: /W3 - Sets warning level 3 /GX - enables synchronous exception handling /FD - generate file dependencies |