【修改】修改编译makefile

This commit is contained in:
niubinghui
2024-08-13 17:22:28 +08:00
parent 0649e332db
commit a52c210f77

View File

@@ -8,11 +8,13 @@ TEST_FLAG = -DLUAPLUGIN_BASIC_UNITTEST
SRC := lua_plugin_binding.c \ SRC := lua_plugin_binding.c \
lua_plugin_data.c \ lua_plugin_data.c \
lua_plugin_cfunc.c \ lua_plugin_cfunc.c \
lua_plugin_chunk.c \
lua_plugin_manage.c lua_plugin_manage.c
OBJECTS := lua_plugin_binding.o \ OBJECTS := lua_plugin_binding.o \
lua_plugin_data.o \ lua_plugin_data.o \
lua_plugin_cfunc.o \ lua_plugin_cfunc.o \
lua_plugin_chunk.o \
lua_plugin_manage.o lua_plugin_manage.o
INCLUDE = -I$(TOPDIR)/dependence/include -I$(TOPDIR)/include INCLUDE = -I$(TOPDIR)/dependence/include -I$(TOPDIR)/include