File: config.win

package info (click to toggle)
shake 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 248 kB
  • ctags: 56
  • sloc: makefile: 45
file content (19 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: config.win,v 1.3 2007/12/21 19:20:10 carregal Exp $

# System's libraries directory (where binary libraries are installed)
LUA_LIBDIR= c:\lua5.1

# System's lua directory (where Lua libraries are installed)
LUA_DIR= c:\lua5.1\lua

# System's executables directory (where binary or script executables are installed)
SYS_BINDIR= c:\lua5.1

# Complete path to Lua command line interpreter
LUA_INTERPRETER= c:\lua5.1\lua5.1

# Default Kepler installation prefix
KEPLER_PREFIX=c:\Kepler\1.1

# CGILua Apps directory
CGILUA_APPSDIR = $(KEPLER_PREFIX)\apps\cgilua