Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
mascarenhas committed Jan 23, 2008
1 parent 91ea22c commit f9198b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile.win,v 1.11 2008/01/23 02:41:33 mascarenhas Exp $
# $Id: Makefile.win,v 1.12 2008/01/23 02:43:28 mascarenhas Exp $

include config.win

Expand All @@ -11,7 +11,7 @@ OBJS= src\rings.obj
all: src\rings.dll

src\rings.dll: src\rings.obj
link /dll /def:src\rings.def /out:src\rings.dll "$(LIB_OPTION)" src\rings.obj
link /dll /def:src\rings.def /out:src\rings.dll "$(LUA_LIB)" src\rings.obj
mt -manifest src\rings.dll.manifest -outputresource:src\rings.dll;2

install:
Expand Down
3 changes: 2 additions & 1 deletion rockspecs/rings-cvs-2.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ build = {
win32 = {
type = "make",
build_variables = {
LIB_OPTION = "$(LUA_LIBDIR)\\lua5.1.lib",
LUA_LIB = "$(LUA_LIBDIR)\\lua5.1.lib",
CFLAGS = "$(CFLAGS) /I$(LUA_INCDIR)",
},
install_variables = {
LUA_LIBDIR = "$(LIBDIR)",
LUA_DIR = "$(LUADIR)",
BIN_DIR = "$(BINDIR)"
}
}
Expand Down

0 comments on commit f9198b6

Please sign in to comment.