mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-23 11:33:05 +00:00
added flag to supress manifest creation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.win,v 1.5 2007/08/30 14:38:07 tomas Exp $
|
||||
# $Id: Makefile.win,v 1.6 2008/01/23 01:58:25 mascarenhas Exp $
|
||||
|
||||
T= lfs
|
||||
V= 1.3.0
|
||||
@@ -14,7 +14,7 @@ lib: src\$(LIBNAME)
|
||||
$(CC) /c /Fo$@ $(CFLAGS) $<
|
||||
|
||||
src\$(LIBNAME): $(OBJS)
|
||||
link /dll /def:src\$T.def /out:src\$(LIBNAME) $(OBJS) $(LUA_LIB)
|
||||
link /manifest:no /dll /def:src\$T.def /out:src\$(LIBNAME) $(OBJS) $(LUA_LIB)
|
||||
|
||||
install: src\$(LIBNAME)
|
||||
IF NOT EXIST $(LUA_LIBDIR) mkdir $(LUA_LIBDIR)
|
||||
|
||||
Reference in New Issue
Block a user