1 Star 0 Fork 0

remembertt/monodroid-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
samples.make 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin Baulig 提交于 2010-08-16 18:36 . Many more samples :-)
include $(samples_dir)/../build/rules.make
REFS = $(topdir)/lib/mono/2.1/Mono.Android.dll
ifdef R_CS
RES_DIR=-S res
else
RES_DIR=
endif
monodroid_exe = $(topdir)/bin/monodroid.exe
monodroid = $(RUNTIME) $(monodroid_exe) --sdk-dir=$(ANDROID_SDK_PATH)
aresgen_exe = $(topdir)/bin/aresgen.exe
aresgen = $(RUNTIME) $(aresgen_exe) --sdk-dir=$(ANDROID_SDK_PATH)
all: $(APK_FILE)
$(APK_FILE): $(OUTPUT_ASSEMBLY) $(monodroid_exe)
-rm -rf `dirname $<`/build
$(monodroid) -v=2 --builddir=build $< $(RES_DIR)
$(OUTPUT_ASSEMBLY): $(SOURCES) Makefile $(REFS) $(aresgen_exe)
test -z "$(R_CS)" || $(aresgen) -o $(R_CS) -S res
$(SMCS) -target:library -debug -out:$@ $(REFS:%=-r:%) $(SOURCES) $(R_CS)
clean:
-rm -rf build $(OUTPUT_ASSEMBLY)* $(R_CS)
install: $(APK_FILE)
adb install $<
uninstall:
-adb uninstall $(APP_NAME)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/taly/monodroid-samples.git
[email protected]:taly/monodroid-samples.git
taly
monodroid-samples
monodroid-samples
master

搜索帮助