代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/450121/7490270
makefile
# makefile for Lua etc
TOP= ..
LIB= $(TOP)/src
INC= $(TOP)/src
BIN= $(TOP)/src
SRC= $(TOP)/src
TST= $(TOP)/test
CC= gcc
CFLAGS= -O2 -Wall -I$(INC) $(MYCFLAGS)
MYCFLAGS=
MYLDFLAGS= -Wl,-E
MYLIBS= -l
www.eeworm.com/read/450121/7490292
manifest
MANIFEST contents of Lua 5.1 distribution on Mon Feb 20 11:37:30 BRT 2006
lua-5.1
lua-5.1/COPYRIGHT
lua-5.1/HISTORY
lua-5.1/INSTALL
lua-5.1/MANIFEST
lua-5.1/Makefile
lua-5.1/README
lua-5.1/doc
lua-5.1
www.eeworm.com/read/450121/7490293
makefile
# makefile for building Lua
# see ../INSTALL for installation instructions
# see ../Makefile and luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ==========
www.eeworm.com/read/398754/7925327
makefile
# makefile for Lua etc
TOP= ..
LIB= $(TOP)/src
INC= $(TOP)/src
BIN= $(TOP)/src
SRC= $(TOP)/src
TST= $(TOP)/test
CC= gcc
CFLAGS= -O2 -Wall -I$(INC) $(MYCFLAGS)
MYCFLAGS=
MYLDFLAGS= -Wl,-E
MYLIBS= -l
www.eeworm.com/read/398754/7925402
makefile
# makefile for building Lua
# see ../INSTALL for installation instructions
# see ../Makefile and luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======
www.eeworm.com/read/331826/12804650
makefile
# makefile for building Lua
# see ../INSTALL for installation instructions
# see ../Makefile and luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ==========
www.eeworm.com/read/238879/13316796
txt 说明.txt
这是<mark>lua</mark>5.1的vs2003和evc4的工程。对语法分析部分做了些修改,可以支持中文变量,呵呵
比如:
表_物体={名称, 重量, 单位="公斤"}
表_物体.名称="青蛙"
表_物体.重量=10
print(表_物体.名称..表_物体.重量..表_物体.单位)
结果:
青蛙10公斤
其中:inc中是使用<mark>lua</mark>必须的头文件,lib中是生成的库文件
bin中是生成的 ...
www.eeworm.com/read/238879/13316801
vcl core.vcl
Build Log
--------------------Configuration: Core - Win32 (WCE ARMV4) Debug--------------------
Command Lines
Creating temporary file "D:\DOCUM