代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/361261/2947790
am modules.am
BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml probe
EXTRA_SUBDIRS = lua
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
if BUILD_LUA
SUBDIRS += lua
en
www.eeworm.com/read/154878/11921083
makefile
# makefile for Lua standard library
LUA= ../..
include $(LUA)/config
EXTRA_DEFS= $(POPEN) $(TMPNAM) $(DEGREES) $(LOADLIB)
OBJS= lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.
www.eeworm.com/read/192391/5157208
makefile
# makefile for Lua etc
LUA= ..
include $(LUA)/config
LIBLUA=$(LIB)/liblua.a
ALL= bin2c min trace noparser luab
all:
@echo 'choose a target:' $(ALL)
bin2c: bin2c.c
$(CC) $(CFLAGS) -
www.eeworm.com/read/192391/5157226
h lualib.h
/*
** $Id: lualib.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
#ifndef lualib_h
#define lualib_h
#include "lua.h"
#ifnde
www.eeworm.com/read/192391/5157272
cpp lparser.cpp
/*
** $Id: lparser.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Lua Parser
** See Copyright Notice in lua.h
*/
#include
#define lparser_c
#include "lua.h"
#include "l
www.eeworm.com/read/192080/5160095
makefile
# makefile for Lua etc
LUA= ..
include $(LUA)/config
LIBLUA=$(LIB)/liblua.a
ALL= bin2c min trace noparser luab
all:
@echo 'choose a target:' $(ALL)
bin2c: bin2c.c
$(CC) $(CFLAGS) -
www.eeworm.com/read/192080/5160113
h lualib.h
/*
** $Id: lualib.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
#ifndef lualib_h
#define lualib_h
#include "lua.h"
#ifnde
www.eeworm.com/read/192080/5160159
cpp lparser.cpp
/*
** $Id: lparser.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Lua Parser
** See Copyright Notice in lua.h
*/
#include
#define lparser_c
#include "lua.h"
#include "l
www.eeworm.com/read/105158/15677018
makefile
# makefile for Lua standard library
LUA= ../..
include $(LUA)/config
EXTRA_DEFS= $(POPEN) $(TMPNAM) $(DEGREES) $(LOADLIB)
OBJS= lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.
www.eeworm.com/read/298327/3867585
h luaui.h
#ifndef LUA_UI_H
#define LUA_UI_H
// LuaUI.h: interface for the CLuaUI class.
//
//////////////////////////////////////////////////////////////////////
#include
#include
#in