mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-25 13:13:07 +00:00
Windows Makefile take two
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.win,v 1.2 2006/12/04 18:24:18 mascarenhas Exp $
|
# $Id: Makefile.win,v 1.3 2006/12/04 18:25:24 mascarenhas Exp $
|
||||||
|
|
||||||
T= lfs
|
T= lfs
|
||||||
V= 1.2.1
|
V= 1.2.1
|
||||||
@@ -10,6 +10,9 @@ OBJS= src\$T.obj
|
|||||||
|
|
||||||
lib: src\$(LIBNAME)
|
lib: src\$(LIBNAME)
|
||||||
|
|
||||||
|
.c.obj:
|
||||||
|
$(CC) /c /Fo$@ $(CFLAGS) $<
|
||||||
|
|
||||||
src\$(LIBNAME): $(OBJS)
|
src\$(LIBNAME): $(OBJS)
|
||||||
link /dll /def:src\$T.def /out:src\$(LIBNAME) $(OBJS) $(LUA_LIB)
|
link /dll /def:src\$T.def /out:src\$(LIBNAME) $(OBJS) $(LUA_LIB)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user