define
This commit is contained in:
@@ -192,6 +192,7 @@
|
|||||||
include/utils/App/App.cpp \
|
include/utils/App/App.cpp \
|
||||||
-fpic -shared \
|
-fpic -shared \
|
||||||
-I src -I include -I . \
|
-I src -I include -I . \
|
||||||
|
-DPRINT_STATIC \
|
||||||
-Wall \
|
-Wall \
|
||||||
-o $name
|
-o $name
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#define PRINT_STATIC
|
|
||||||
#include "Print.h"
|
#include "Print.h"
|
||||||
|
|
||||||
Print::Print(void* h, Archimedes::App* a) : Archimedes::Module(h, a) {
|
Print::Print(void* h, Archimedes::App* a) : Archimedes::Module(h, a) {
|
||||||
|
|||||||
Reference in New Issue
Block a user