MSVC adaption

This commit is contained in:
Joachim Schoeberl 2009-04-17 04:07:42 +00:00
parent 6222d32e34
commit ff3eaf1119
5 changed files with 480 additions and 465 deletions

View File

@ -9,7 +9,7 @@
extern int id;
extern int ntasks;
#endif
extern int printmessage_importance;
DLL_HEADER extern int printmessage_importance;

View File

@ -20,7 +20,7 @@
// #include <iostream>
/** output stream for testing.
testout is opened by main */
extern ostream * testout;
DLL_HEADER extern ostream * testout;
/** use instead of cout */
extern ostream * mycout;

View File

@ -24,6 +24,15 @@
#endif
#ifdef WIN32
#define DLL_HEADER __declspec(dllexport)
#else
#define DLL_HEADER
#endif
#define noDEMOVERSION
#define noDEVELOP
#define noSTEP

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,6 @@
namespace netgen
{
int printmessage_importance = 5;
int printwarnings = 1;
int printerrors = 1;