summaryrefslogtreecommitdiffstats
path: root/src/base/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/main')
-rw-r--r--src/base/main/libSupport.c2
-rw-r--r--src/base/main/main.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/base/main/libSupport.c b/src/base/main/libSupport.c
index 51c137cf..feb7a47e 100644
--- a/src/base/main/libSupport.c
+++ b/src/base/main/libSupport.c
@@ -40,7 +40,7 @@ void open_libs() {
int curr_lib = 0;
#ifdef WIN32
- printf("Warning: open_libs WIN32 not implemented.\n");
+// printf("Warning: open_libs WIN32 not implemented.\n");
#else
DIR* dirp;
struct dirent* dp;
diff --git a/src/base/main/main.c b/src/base/main/main.c
index a7506db0..561dc3b6 100644
--- a/src/base/main/main.c
+++ b/src/base/main/main.c
@@ -21,7 +21,7 @@
#include "mainInt.h"
// this line should be included in the library project
-//#define _LIB
+#define _LIB
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
@@ -261,7 +261,7 @@ void Abc_Start()
pAbc = Abc_FrameGetGlobalFrame();
// source the resource file
- Abc_UtilsSource( pAbc );
+// Abc_UtilsSource( pAbc );
}
/**Function*************************************************************