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
56801824
Commit
56801824
authored
Nov 09, 2014
by
Megax
Browse files
* Old files deleted.
parent
1f548708
Changes
5
Hide whitespace changes
Inline
Side-by-side
Applications/LuaRunner/LuaRunner.make
deleted
100644 → 0
View file @
1f548708
# Warning: This is an automatically generated file, do not edit!
if
ENABLE_DEBUG
ASSEMBLY_COMPILER_COMMAND
=
gmcs
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/NLua.dll
BUILD_DIR
=
../../Run/Debug
LUARUNNER_EXE_MDB_SOURCE
=
../../Run/Debug/LuaRunner.exe.mdb
LUARUNNER_EXE_MDB
=
$(BUILD_DIR)
/LuaRunner.exe.mdb
LUARUNNER_EXE_CONFIG_SOURCE
=
app.config
NLUA_DLL_SOURCE
=
../../Run/Debug/NLua.dll
NLUA_DLL_MDB_SOURCE
=
../../Run/Debug/NLua.dll.mdb
NLUA_DLL_MDB
=
$(BUILD_DIR)
/NLua.dll.mdb
KERALUA_DLL_SOURCE
=
../../Core/KeraLua/src/bin/Debug/KeraLua.dll
KERALUA_DLL_MDB_SOURCE
=
../../Core/KeraLua/src/bin/Debug/KeraLua.dll.mdb
KERALUA_DLL_MDB
=
$(BUILD_DIR)
/KeraLua.dll.mdb
KOPILUA_DLL_SOURCE
=
../../Core/KopiLua/Bin/Debug/KopiLua.dll
KOPILUA_DLL_MDB_SOURCE
=
../../Core/KopiLua/Bin/Debug/KopiLua.dll.mdb
KOPILUA_DLL_MDB
=
$(BUILD_DIR)
/KopiLua.dll.mdb
endif
if
ENABLE_RELEASE
ASSEMBLY_COMPILER_COMMAND
=
gmcs
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/NLua.dll
BUILD_DIR
=
../../Run/Release
LUARUNNER_EXE_MDB
=
LUARUNNER_EXE_CONFIG_SOURCE
=
app.config
NLUA_DLL_SOURCE
=
../../Run/Release/NLua.dll
NLUA_DLL_MDB
=
KERALUA_DLL_SOURCE
=
../../Core/KeraLua/src/bin/Release/KeraLua.dll
KERALUA_DLL_MDB
=
KOPILUA_DLL_SOURCE
=
../../Core/KopiLua/Bin/Release/KopiLua.dll
KOPILUA_DLL_MDB
=
endif
AL
=
al2
SATELLITE_ASSEMBLY_NAME
=
$(
notdir
$(
basename
$(ASSEMBLY)
))
.resources.dll
PROGRAMFILES
=
\
$(LUARUNNER_EXE_MDB)
\
$(LUARUNNER_EXE_CONFIG)
\
$(NLUA_DLL)
\
$(NLUA_DLL_MDB)
\
$(KERALUA_DLL)
\
$(KERALUA_DLL_MDB)
\
$(KOPILUA_DLL)
\
$(KOPILUA_DLL_MDB)
BINARIES
=
\
$(LUARUNNER)
RESGEN
=
resgen2
all
:
$(ASSEMBLY) $(PROGRAMFILES) $(BINARIES)
FILES
=
\
LuaNetRunner.cs
\
Properties/AssemblyInfo.cs
DATA_FILES
=
RESOURCES
=
EXTRAS
=
\
app.config
\
luarunner.in
REFERENCES
=
\
System
\
System.Data
\
System.Xml
DLL_REFERENCES
=
CLEANFILES
=
$(PROGRAMFILES)
$(BINARIES)
include
$(top_srcdir)/Makefile.include
LUARUNNER_EXE_CONFIG
=
$(BUILD_DIR)
/LuaRunner.exe.config
NLUA_DLL
=
$(BUILD_DIR)
/NLua.dll
KERALUA_DLL
=
$(BUILD_DIR)
/KeraLua.dll
KOPILUA_DLL
=
$(BUILD_DIR)
/KopiLua.dll
LUARUNNER
=
$(BUILD_DIR)
/luarunner
$(eval
$(call
emit-deploy-target,LUARUNNER_EXE_CONFIG))
$(eval
$(call
emit-deploy-target,KERALUA_DLL))
$(eval
$(call
emit-deploy-target,KERALUA_DLL_MDB))
$(eval
$(call
emit-deploy-target,KOPILUA_DLL))
$(eval
$(call
emit-deploy-target,KOPILUA_DLL_MDB))
$(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/luarunner.in
deleted
100644 → 0
View file @
1f548708
#!/bin/sh
exec
mono
"@expanded_libdir@/@PACKAGE@/LuaRunner.exe"
"
$@
"
ConsoleTest/consoletest.in
deleted
100644 → 0
View file @
1f548708
#!/bin/sh
exec
mono
"@expanded_libdir@/@PACKAGE@/ConsoleTest.exe"
"
$@
"
Core/NLua/nlua.pc.in
deleted
100644 → 0
View file @
1f548708
Name: NLua
Description: NLua
Version: 2.x
Requires:
Libs: -r:@expanded_libdir@/@PACKAGE@/NLua.dll
NLuaTest/nluatest.pc.in
deleted
100644 → 0
View file @
1f548708
Name: NLuaTest
Description: NLuaTest
Version: 2.x
Requires:
Libs: -r:@expanded_libdir@/@PACKAGE@/NLuaTest.dll
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