Skip to content

Commit

Permalink
Changes related to the new build strucutre using Lua 5.1 default paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Carregal committed May 18, 2007
1 parent 07a26cd commit f805f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile.win
@@ -1,7 +1,7 @@
LUA_INC=c:\lua5.1\include
LUA_DIR=c:\lua5.1\lua
LUA_LIBDIR=c:\lua5.1\lib
LUA_LIB=c:\lua5.1\bin\lua5.1.lib
LUA_LIB=c:\lua5.1\lua5.1.lib

OBJS= src\lxplib.obj

Expand All @@ -24,4 +24,4 @@ clean:
del src\lxp.dll
del src\*.obj

# $Id: makefile.win,v 1.1 2007-03-22 21:55:01 mascarenhas Exp $
# $Id: makefile.win,v 1.2 2007-05-18 19:52:50 carregal Exp $

0 comments on commit f805f7b

Please sign in to comment.