Skip to content

Commit

Permalink
修改编译文件
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyoo0812 committed May 11, 2024
1 parent a94030f commit 71166de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions extend/luaxml/luaxml.lmak
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ TARGET_NAME = "luaxml"
----工程类型: static/dynamic/exe
PROJECT_TYPE = "dynamic"

--目标文件前缀
LIB_PREFIX = 1

--需要的include目录
INCLUDES = {
"../../extend/lua/lua",
Expand Down
2 changes: 1 addition & 1 deletion extend/luaxml/luaxml.mak
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif
INT_DIR = $(SOLUTION_DIR)temp/$(PROJECT_NAME)

#目标文件前缀,定义则.so和.a加lib前缀,否则不加
PROJECT_PREFIX = lib
PROJECT_PREFIX =

#目标定义
MYCFLAGS += -fPIC
Expand Down
2 changes: 1 addition & 1 deletion server/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ quanta.startup(function()--初始化test
import("test/ssl_test.lua")
import("test/xml_test.lua")
]]
import("test/xml_test.lua")
import("test/mongo_test.lua")
end)

0 comments on commit 71166de

Please sign in to comment.