mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
makefile.win tweak
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.win,v 1.7 2008/01/23 02:48:47 mascarenhas Exp $
|
||||
# $Id: Makefile.win,v 1.8 2008/01/23 02:50:08 mascarenhas Exp $
|
||||
|
||||
T= lfs
|
||||
V= 1.3.0
|
||||
@@ -14,12 +14,12 @@ lib: src\lfs.dll
|
||||
$(CC) /c /Fo$@ $(CFLAGS) $<
|
||||
|
||||
src\lfs.dll: $(OBJS)
|
||||
link /dll /def:src\$T.def /out:src\lfs.dll $(OBJS) $(LUA_LIB)
|
||||
link /dll /def:src\$T.def /out:src\lfs.dll $(OBJS) "$(LUA_LIB)"
|
||||
mt -manifest src\lfs.dll.manifest -outputresource:src\lfs.dll;2
|
||||
|
||||
install: src\lfs.dll
|
||||
IF NOT EXIST $(LUA_LIBDIR) mkdir $(LUA_LIBDIR)
|
||||
copy src\lfs.dll $(LUA_LIBDIR)
|
||||
IF NOT EXIST "$(LUA_LIBDIR)" mkdir "$(LUA_LIBDIR)"
|
||||
copy src\lfs.dll "$(LUA_LIBDIR)"
|
||||
|
||||
clean:
|
||||
del src\lfs.dll $(OBJS) src\$T.lib src\$T.exp
|
||||
|
||||
Reference in New Issue
Block a user