Moved moocpp* files from mooutils to mooscript
This commit is contained in:
parent
e185169686
commit
d44bcaad3e
@ -12,7 +12,14 @@ moo_sources += \
|
||||
mooscript/mooscript-extension.h \
|
||||
mooscript/mooscript-extension.cpp \
|
||||
mooscript/mooscript-lua.h \
|
||||
mooscript/mooscript-lua.cpp
|
||||
mooscript/mooscript-lua.cpp \
|
||||
mooscript/moocpp-types.h \
|
||||
mooscript/moocpp.cpp \
|
||||
mooscript/moocpp.h \
|
||||
mooscript/moocpp-cont.h \
|
||||
mooscript/moocpp-exc.h \
|
||||
mooscript/moocpp-macros.h \
|
||||
mooscript/moocpp-refptr.h
|
||||
|
||||
MOO_SCRIPT_PARSER_FILES = \
|
||||
mooscript/mooscriptgen.py \
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <glib.h>
|
||||
#include <mooutils/moocpp-refptr.h>
|
||||
#include "moocpp-refptr.h"
|
||||
|
||||
namespace moo {
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef MOO_CPP_EXC_H
|
||||
#define MOO_CPP_EXC_H
|
||||
|
||||
#include <mooutils/moocpp-macros.h>
|
||||
#include "moocpp-macros.h"
|
||||
|
||||
namespace moo {
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef MOO_CPP_REFPTR_H
|
||||
#define MOO_CPP_REFPTR_H
|
||||
|
||||
#include <mooutils/moocpp-types.h>
|
||||
#include "moocpp-types.h"
|
||||
|
||||
namespace moo {
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef MOO_CPP_TYPES_H
|
||||
#define MOO_CPP_TYPES_H
|
||||
|
||||
#include <mooutils/moocpp-exc.h>
|
||||
#include "moocpp-exc.h"
|
||||
|
||||
namespace moo {
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <mooutils/moocpp-macros.h>
|
||||
#include <mooutils/moocpp-types.h>
|
||||
#include <mooutils/moocpp-refptr.h>
|
||||
#include <mooutils/moocpp-cont.h>
|
||||
#include "moocpp-macros.h"
|
||||
#include "moocpp-types.h"
|
||||
#include "moocpp-refptr.h"
|
||||
#include "moocpp-cont.h"
|
||||
|
||||
#endif /* __cplusplus */
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define MOM_SCRIPT_TYPES_H
|
||||
|
||||
#include <glib.h>
|
||||
#include <mooutils/moocpp-cont.h>
|
||||
#include "moocpp-cont.h"
|
||||
|
||||
namespace mom {
|
||||
|
||||
|
@ -1,11 +1,4 @@
|
||||
moo_sources += \
|
||||
mooutils/moocpp-types.h \
|
||||
mooutils/moocpp.cpp \
|
||||
mooutils/moocpp.h \
|
||||
mooutils/moocpp-cont.h \
|
||||
mooutils/moocpp-exc.h \
|
||||
mooutils/moocpp-macros.h \
|
||||
mooutils/moocpp-refptr.h \
|
||||
mooutils/mooutils-thread.c \
|
||||
mooutils/mooutils-thread.h \
|
||||
mooutils/mdhistorymgr.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user