-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathAScreencap.cbp
97 lines (97 loc) · 3.97 KB
/
AScreencap.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ascreencap" />
<Option makefile_is_custom="1" />
<Option pch_mode="2" />
<Option compiler="android_ndk-build" />
<Option check_files="0" />
<Build>
<Target title="Release">
<Option output="RunRemote.cmd" prefix_auto="0" extension_auto="0" />
<Option type="1" />
<Option compiler="android_ndk-build" />
<Option parameters="--ratio 2 --rotate 360 -f OutBmp.bmp" />
<Environment>
<Variable name="ANALIZE" value="1" />
<Variable name="ELFCLEANER" value="1" />
</Environment>
</Target>
<Target title="Debug">
<Option output="RunRemote.cmd" prefix_auto="0" extension_auto="0" />
<Option type="1" />
<Option compiler="android_ndk-build" />
<Option parameters="--ratio 2 --rotate 90 -f OutBmp.bmz" />
<Compiler>
<Add option="-D_DEBUG=1" />
</Compiler>
<Environment>
<Variable name="ANALIZE" value="1" />
<Variable name="ELFCLEANER" value="1" />
</Environment>
</Target>
</Build>
<Compiler>
<Add option="-std=c++17" />
<Add option="-Wall" />
<Add option="-Wno-unknown-pragmas" />
<Add option="-fopenmp" />
<Add option="-fexceptions" />
<Add option="-D_DEBUG_X=1" />
<Add option="-D_DEBUG_RAW_FILE_X" />
<Add option="-Ifakelib/include" />
<Add option="-IC:/__BuildSource/__LIB__/android-aosp-header/android-6.0.0_r1/system/core/include" />
<Add option="-IC:/__BuildSource/__LIB__/android-aosp-header/android-6.0.0_r1/frameworks/base/include" />
<Add option="-IC:/__BuildSource/__LIB__/android-aosp-header/android-6.0.0_r1/frameworks/native/include" />
<Add option="-IC:/__BuildSource/__LIB__/android-aosp-header/android-6.0.0_r1/hardware/libhardware/include" />
<Add option="-IC:/__BuildSource/__LIB__/android-aosp-header/other/Skia" />
<Add option="-D__ANDROID_VER__=$(APP_BUILD_VERSION)" />
</Compiler>
<Linker>
<Add option="-L./fakelib/libs/$(APP_BUILD_VERSION)/$(TARGET_ARCH_ABI)" />
<Add option="-lutils" />
<Add option="-lgui" />
<Add option="-lui" />
<Add option="-lbinder" />
<Add option="-lomp" />
<Add option="-Wl,--gc-sections" />
</Linker>
<Unit filename="ascreencap-ABitmapLite.cpp" />
<Unit filename="ascreencap-ABitmapLite.h" />
<Unit filename="ascreencap-AScreenCap.cpp" />
<Unit filename="ascreencap-AScreenCap.h" />
<Unit filename="ascreencap-AScreenConf.cpp" />
<Unit filename="ascreencap-AScreenConf.h" />
<Unit filename="ascreencap.cpp" />
<Unit filename="ascreencap.h" />
<Unit filename="extern/argh.h" />
<Unit filename="extern/lz4/lz4.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="extern/lz4/lz4.h" />
<Unit filename="version.h" />
<Extensions>
<code_completion />
<envvars />
<debugger>
<search_path add="obj/local/armeabi-v7a" />
<search_path add="obj/local/arm64-v8a" />
<search_path add="obj/local/x86" />
<search_path add="obj/local/x86_64" />
<remote_debugging target="Debug">
<options conn_type="0" serial_baud="115200" ip_address="127.0.0.1" ip_port="59999" additional_cmds_before="set solib-search-path obj/local/armeabi-v7a
file obj/local/armeabi-v7a/ascreencap
" />
</remote_debugging>
</debugger>
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
</wxsmith>
<AutoVersioning>
<Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
<Settings autoincrement="1" date_declarations="1" use_define="1" update_manifest="0" do_auto_increment="1" ask_to_increment="0" language="C" svn="1" svn_directory=".svn" header_path="version.h" />
<Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
<Code header_guard="VERSION_H" namespace="AutoVersion" prefix="ACAP" />
</AutoVersioning>
</Extensions>
</Project>
</CodeBlocks_project_file>