summaryrefslogtreecommitdiffstats
path: root/src/base/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/main/main.c')
-rw-r--r--src/base/main/main.c4
1 files changed, 2 insertions, 2 deletions
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*************************************************************