delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/Neopallium-lualogging-66d99e6/Makefile.win

13 lines
379 B
Makefile
Raw Normal View History

2013-10-31 10:00:06 +01:00
LUA_DIR= c:\lua5.1\lua
LUAS= src\logging\console.lua src\logging\email.lua src\logging\file.lua src\logging\rolling_file.lua src\logging\socket.lua src\logging\sql.lua
ROOT_LUAS= src\logging.lua
build clean:
install:
IF NOT EXIST $(LUA_DIR)\logging mkdir $(LUA_DIR)\logging
FOR %i IN ($(LUAS)) DO copy %i $(LUA_DIR)\logging
FOR %i IN ($(ROOT_LUAS)) DO copy %i $(LUA_DIR)