Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
68bdf7fa
Commit
68bdf7fa
authored
Sep 03, 2012
by
Megax
Committed by
Megax
Sep 03, 2012
Browse files
* Autotols alapú Makefile generátor hozzáadva a kódhoz.
parent
856d0cb7
Changes
111
Show whitespace changes
Inline
Side-by-side
Applications/LuaRunner/LuaNetRunner.cs
View file @
68bdf7fa
Applications/LuaRunner/LuaRunner.csproj
View file @
68bdf7fa
Applications/LuaRunner/LuaRunner.make
0 → 100644
View file @
68bdf7fa
# Warning: This is an automatically generated file, do not edit!
if
ENABLE_DEBUG_X86
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize-
-debug
"-define:DEBUG"
ASSEMBLY
=
../../Run/Debug/LuaRunner.exe
ASSEMBLY_MDB
=
$(ASSEMBLY)
.mdb
COMPILE_TARGET
=
exe
PROJECT_REFERENCES
=
\
../../Run/Debug/LuaInterface.dll
BUILD_DIR
=
../../Run/Debug
LUARUNNER_EXE_MDB_SOURCE
=
../../Run/Debug/LuaRunner.exe.mdb
LUARUNNER_EXE_MDB
=
$(BUILD_DIR)
/LuaRunner.exe.mdb
LUAINTERFACE_DLL_SOURCE
=
../../Run/Debug/LuaInterface.dll
KOPILUA_DLL_SOURCE
=
../../Run/Debug/KopiLua.dll
endif
if
ENABLE_RELEASE_X86
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize
+
"-define:RELEASE"
ASSEMBLY
=
../../Run/Release/LuaRunner.exe
ASSEMBLY_MDB
=
COMPILE_TARGET
=
exe
PROJECT_REFERENCES
=
\
../../Run/Release/LuaInterface.dll
BUILD_DIR
=
../../Run/Release
LUARUNNER_EXE_MDB
=
LUAINTERFACE_DLL_SOURCE
=
../../Run/Release/LuaInterface.dll
KOPILUA_DLL_SOURCE
=
../../Run/Release/KopiLua.dll
endif
if
ENABLE_DEBUG_X64
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize-
-debug
"-define:DEBUG"
ASSEMBLY
=
../../Run/Debug_x64/LuaRunner.exe
ASSEMBLY_MDB
=
$(ASSEMBLY)
.mdb
COMPILE_TARGET
=
exe
PROJECT_REFERENCES
=
\
../../Run/Debug_x64/LuaInterface.dll
BUILD_DIR
=
../../Run/Debug_x64
LUARUNNER_EXE_MDB_SOURCE
=
../../Run/Debug_x64/LuaRunner.exe.mdb
LUARUNNER_EXE_MDB
=
$(BUILD_DIR)
/LuaRunner.exe.mdb
LUAINTERFACE_DLL_SOURCE
=
../../Run/Debug_x64/LuaInterface.dll
KOPILUA_DLL_SOURCE
=
../../Run/Debug_x64/KopiLua.dll
endif
if
ENABLE_RELEASE_X64
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize
+
"-define:RELEASE"
ASSEMBLY
=
../../Run/Release_x64/LuaRunner.exe
ASSEMBLY_MDB
=
COMPILE_TARGET
=
exe
PROJECT_REFERENCES
=
\
../../Run/Release_x64/LuaInterface.dll
BUILD_DIR
=
../../Run/Release_x64
LUARUNNER_EXE_MDB
=
LUAINTERFACE_DLL_SOURCE
=
../../Run/Release_x64/LuaInterface.dll
KOPILUA_DLL_SOURCE
=
../../Run/Release_x64/KopiLua.dll
endif
AL
=
al
SATELLITE_ASSEMBLY_NAME
=
$(
notdir
$(
basename
$(ASSEMBLY)
))
.resources.dll
PROGRAMFILES
=
\
$(LUARUNNER_EXE_MDB)
\
$(LUAINTERFACE_DLL)
\
$(KOPILUA_DLL)
BINARIES
=
\
$(LUARUNNER)
RESGEN
=
resgen2
all
:
$(ASSEMBLY) $(PROGRAMFILES) $(BINARIES)
FILES
=
\
LuaNetRunner.cs
\
Properties/AssemblyInfo.cs
DATA_FILES
=
RESOURCES
=
EXTRAS
=
\
luarunner.in
REFERENCES
=
\
System
\
System.Data
\
System.Xml
DLL_REFERENCES
=
CLEANFILES
=
$(PROGRAMFILES)
$(BINARIES)
include
$(top_srcdir)/Makefile.include
LUAINTERFACE_DLL
=
$(BUILD_DIR)
/LuaInterface.dll
KOPILUA_DLL
=
$(BUILD_DIR)
/KopiLua.dll
LUARUNNER
=
$(BUILD_DIR)
/luarunner
$(eval
$(call
emit-deploy-wrapper,LUARUNNER,luarunner,x))
$(eval
$(call
emit_resgen_targets))
$(build_xamlg_list)
:
%.xaml.g.cs: %.xaml
xamlg
'$<'
$(ASSEMBLY_MDB)
:
$(ASSEMBLY)
$(ASSEMBLY)
:
$(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
mkdir
-p
$(
shell
dirname
$(ASSEMBLY)
)
$(ASSEMBLY_COMPILER_COMMAND)
$(ASSEMBLY_COMPILER_FLAGS)
-out
:
$(ASSEMBLY)
-target
:
$(COMPILE_TARGET)
$(build_sources_embed)
$(build_resources_embed)
$(build_references_ref)
Applications/LuaRunner/Makefile.am
0 → 100644
View file @
68bdf7fa
EXTRA_DIST
=
#Warning: This is an automatically generated file, do not edit!
if
ENABLE_DEBUG_X86
SUBDIRS
=
.
endif
if
ENABLE_RELEASE_X86
SUBDIRS
=
.
endif
if
ENABLE_DEBUG_X64
SUBDIRS
=
.
endif
if
ENABLE_RELEASE_X64
SUBDIRS
=
.
endif
# Projekt-specifikus makefile beszúrása
include
LuaRunner.make
\ No newline at end of file
Applications/LuaRunner/Properties/AssemblyInfo.cs
View file @
68bdf7fa
Applications/LuaRunner/luarunner.in
0 → 100644
View file @
68bdf7fa
#!/bin/sh
exec
mono
"@expanded_libdir@/@PACKAGE@/LuaRunner.exe"
"
$@
"
COPYRIGHT
View file @
68bdf7fa
Core/KopiLua/KopiLua.csproj
View file @
68bdf7fa
Core/KopiLua/Makefile.am
0 → 100644
View file @
68bdf7fa
EXTRA_DIST
=
# Warning: This is an automatically generated file, do not edit!
if
ENABLE_DEBUG_X86
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize-
-debug
"-define:TRACE;DEBUG;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS"
ASSEMBLY
=
../../Run/Debug/KopiLua.dll
ASSEMBLY_MDB
=
$(ASSEMBLY)
.mdb
COMPILE_TARGET
=
library
PROJECT_REFERENCES
=
BUILD_DIR
=
../../Run/Debug
KOPILUA_DLL_MDB_SOURCE
=
../../Run/Debug/KopiLua.dll.mdb
KOPILUA_DLL_MDB
=
$(BUILD_DIR)
/KopiLua.dll.mdb
endif
if
ENABLE_RELEASE_X86
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize
+
"-define:TRACE;RELEASE;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS"
ASSEMBLY
=
../../Run/Release/KopiLua.dll
ASSEMBLY_MDB
=
COMPILE_TARGET
=
library
PROJECT_REFERENCES
=
BUILD_DIR
=
../../Run/Release
KOPILUA_DLL_MDB
=
endif
if
ENABLE_DEBUG_X64
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize-
-debug
"-define:TRACE;DEBUG;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS"
ASSEMBLY
=
../../Run/Debug_x64/KopiLua.dll
ASSEMBLY_MDB
=
$(ASSEMBLY)
.mdb
COMPILE_TARGET
=
library
PROJECT_REFERENCES
=
BUILD_DIR
=
../../Run/Debug_x64
KOPILUA_DLL_MDB_SOURCE
=
../../Run/Debug_x64/KopiLua.dll.mdb
KOPILUA_DLL_MDB
=
$(BUILD_DIR)
/KopiLua.dll.mdb
endif
if
ENABLE_RELEASE_X64
ASSEMBLY_COMPILER_COMMAND
=
dmcs
ASSEMBLY_COMPILER_FLAGS
=
-noconfig
-codepage
:utf8
-warn
:4
-optimize
+
"-define:TRACE;RELEASE;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS"
ASSEMBLY
=
../../Run/Release_x64/KopiLua.dll
ASSEMBLY_MDB
=
COMPILE_TARGET
=
library
PROJECT_REFERENCES
=
BUILD_DIR
=
../../Run/Release_x64
KOPILUA_DLL_MDB
=
endif
AL
=
al
SATELLITE_ASSEMBLY_NAME
=
$(
notdir
$(
basename
$(ASSEMBLY)
))
.resources.dll
PROGRAMFILES
=
\
$(KOPILUA_DLL_MDB)
LINUX_PKGCONFIG
=
\
$(KOPILUA_PC)
RESGEN
=
resgen2
all
:
$(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG)
FILES
=
\
lapi.cs
\
lauxlib.cs
\
lbaselib.cs
\
lcode.cs
\
ldblib.cs
\
ldebug.cs
\
ldo.cs
\
ldump.cs
\
lfunc.cs
\
lgc.cs
\
linit.cs
\
liolib.cs
\
llex.cs
\
llimits.cs
\
lmathlib.cs
\
lmem.cs
\
loadlib.cs
\
lobject.cs
\
lopcodes.cs
\
loslib.cs
\
lparser.cs
\
lstate.cs
\
lstring.cs
\
lstrlib.cs
\
ltable.cs
\
ltablib.cs
\
ltm.cs
\
lua.cs
\
luaconf.cs
\
lualib.cs
\
lundump.cs
\
lvm.cs
\
lzio.cs
\
print.cs
\
printf
/Tools.cs
\
Properties/AssemblyInfo.cs
DATA_FILES
=
RESOURCES
=
EXTRAS
=
\
kopilua.pc.in
REFERENCES
=
\
System
\
System.Core
\
System.Data.DataSetExtensions
\
System.Data
DLL_REFERENCES
=
CLEANFILES
=
$(PROGRAMFILES)
$(LINUX_PKGCONFIG)
include
$(top_srcdir)/Makefile.include
KOPILUA_PC
=
$(BUILD_DIR)
/kopilua.pc
$(eval
$(call
emit-deploy-wrapper,KOPILUA_PC,kopilua.pc))
$(eval
$(call
emit_resgen_targets))
$(build_xamlg_list)
:
%.xaml.g.cs: %.xaml
xamlg
'$<'
$(ASSEMBLY_MDB)
:
$(ASSEMBLY)
$(ASSEMBLY)
:
$(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
mkdir
-p
$(
shell
dirname
$(ASSEMBLY)
)
$(ASSEMBLY_COMPILER_COMMAND)
$(ASSEMBLY_COMPILER_FLAGS)
-out
:
$(ASSEMBLY)
-target
:
$(COMPILE_TARGET)
$(build_sources_embed)
$(build_resources_embed)
$(build_references_ref)
Core/KopiLua/Properties/AssemblyInfo.cs
View file @
68bdf7fa
Core/KopiLua/Properties/AssemblyInfo_KopiLua_wp7.cs
View file @
68bdf7fa
Core/KopiLua/Properties/AssemblyInfo_Lua.cs
View file @
68bdf7fa
Core/KopiLua/Properties/AssemblyInfo_Luac.cs
View file @
68bdf7fa
Core/KopiLua/kopilua.pc.in
0 → 100644
View file @
68bdf7fa
Name: KopiLua
Description: KopiLua
Version: 2.x
Requires:
Libs: -r:@expanded_libdir@/@PACKAGE@/KopiLua.dll
Core/KopiLua/lapi.cs
View file @
68bdf7fa
Core/KopiLua/lauxlib.cs
View file @
68bdf7fa
Core/KopiLua/lbaselib.cs
View file @
68bdf7fa
Core/KopiLua/lcode.cs
View file @
68bdf7fa
Core/KopiLua/ldblib.cs
View file @
68bdf7fa
Core/KopiLua/ldebug.cs
View file @
68bdf7fa
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment