Skip to content
Snippets Groups Projects
Commit 600da340 authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2752 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1c7052f1
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ solution "TEngine" ...@@ -43,7 +43,6 @@ solution "TEngine"
"src/libtcod_import", "src/libtcod_import",
"src/physfs", "src/physfs",
"src/physfs/zlib123", "src/physfs/zlib123",
"src/zeromq/include",
"/usr/include/SDL", "/usr/include/SDL",
"/usr/include/GL", "/usr/include/GL",
} }
...@@ -90,7 +89,7 @@ project "TEngine" ...@@ -90,7 +89,7 @@ project "TEngine"
language "C" language "C"
targetname "t-engine" targetname "t-engine"
files { "src/*.c", } files { "src/*.c", }
links { "physfs", "lua".._OPTIONS.lua, "fov", "luasocket", "luaprofiler", "lualanes", "lpeg", "tcodimport", "lxp", "expatstatic", "luamd5", "te4zmq" } links { "physfs", "lua".._OPTIONS.lua, "fov", "luasocket", "luaprofiler", "lualanes", "lpeg", "tcodimport", "lxp", "expatstatic", "luamd5" }
defines { "_DEFAULT_VIDEOMODE_FLAGS_='SDL_HWSURFACE|SDL_DOUBLEBUF'" } defines { "_DEFAULT_VIDEOMODE_FLAGS_='SDL_HWSURFACE|SDL_DOUBLEBUF'" }
defines { [[TENGINE_HOME_PATH='".t-engine"']] } defines { [[TENGINE_HOME_PATH='".t-engine"']] }
...@@ -267,5 +266,3 @@ project "luamd5" ...@@ -267,5 +266,3 @@ project "luamd5"
targetname "luamd5" targetname "luamd5"
files { "src/luamd5/*.c", } files { "src/luamd5/*.c", }
dofile("premake4_zeromq.lua")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment