diff --git a/CrossBench/CrossBench.mk b/CrossBench/CrossBench.mk
index c318ee9..36611ce 100644
--- a/CrossBench/CrossBench.mk
+++ b/CrossBench/CrossBench.mk
@@ -13,7 +13,7 @@ CurrentFileName :=
CurrentFilePath :=
CurrentFileFullPath :=
User :=Aleksey Lobanov
-Date :=13/06/15
+Date :=14/06/15
CodeLitePath :="/home/alex/.codelite"
LinkerName :=/usr/bin/g++-4.8
SharedObjectLinkerName :=/usr/bin/g++-4.8 -shared -fPIC
diff --git a/CrossGen.workspace b/CrossGen.workspace
index 7998249..1bcbf0a 100644
--- a/CrossGen.workspace
+++ b/CrossGen.workspace
@@ -3,11 +3,11 @@
-
+
-
+
diff --git a/Makefile b/Makefile
index 2ec856c..68fba5b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: clean All
All:
- @echo "----------Building project:[ wxCrossGen - Debug ]----------"
- @cd "wxCrossGen" && $(MAKE) -f "wxCrossGen.mk"
+ @echo "----------Building project:[ CrossBench - Release ]----------"
+ @cd "CrossBench" && $(MAKE) -f "CrossBench.mk"
clean:
- @echo "----------Cleaning project:[ wxCrossGen - Debug ]----------"
- @cd "wxCrossGen" && $(MAKE) -f "wxCrossGen.mk" clean
+ @echo "----------Cleaning project:[ CrossBench - Release ]----------"
+ @cd "CrossBench" && $(MAKE) -f "CrossBench.mk" clean
diff --git a/src/crossbasetypes.hpp b/src/crossbasetypes.hpp
index 9c98f50..65ec6b2 100644
--- a/src/crossbasetypes.hpp
+++ b/src/crossbasetypes.hpp
@@ -7,10 +7,16 @@
#include