-
Notifications
You must be signed in to change notification settings - Fork 1
/
Hooks.cbp
108 lines (108 loc) · 3.77 KB
/
Hooks.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
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Hooks" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="cbbuild/bin/ManyMouseHooksDLLDebug" imp_lib="$(TARGET_OUTPUT_BASENAME).dll.a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option object_output="cbbuild/bin/obj/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
</Compiler>
<Linker>
<Add option="-lallegro_monolith-debug.dll" />
<Add option="-lopengl32" />
<Add option="-lglu32" />
<Add option="-lgdi32" />
<Add option="-lwinmm" />
<Add option="-lmsimg32" />
<Add option="-lwin32k" />
</Linker>
</Target>
<Target title="Release">
<Option output="cbbuild/bin/ManyMouseHooksDLL" imp_lib="$(TARGET_OUTPUT_BASENAME).dll.a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option object_output="cbbuild/bin/obj/Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-lallegro_monolith.dll" />
<Add option="-lopengl32" />
<Add option="-lglu32" />
<Add option="-lgdi32" />
<Add option="-lwinmm" />
<Add option="-lmsimg32" />
<Add option="-lwin32k" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-DDLLBUILD" />
<Add directory="A5GITdistro/include" />
</Compiler>
<Linker>
<Add directory="A5GITdistro/lib" />
</Linker>
<Unit filename="src/AllegroAndWindows.cpp" />
<Unit filename="src/AllegroAndWindows.hpp" />
<Unit filename="src/DIBbuffer.cpp" />
<Unit filename="src/DIBbuffer.hpp" />
<Unit filename="src/DllBuild.cpp" />
<Unit filename="src/DllBuild.hpp" />
<Unit filename="src/Hooks.cpp" />
<Unit filename="src/Hooks.hpp" />
<Unit filename="src/KeyboardHandler.cpp" />
<Unit filename="src/KeyboardHandler.hpp" />
<Unit filename="src/ManyMouse.hpp" />
<Unit filename="src/Mouse.cpp" />
<Unit filename="src/Mouse.hpp" />
<Unit filename="src/MouseController.cpp" />
<Unit filename="src/MouseController.hpp" />
<Unit filename="src/MouseData.cpp" />
<Unit filename="src/MouseData.hpp" />
<Unit filename="src/MouseStates.hpp" />
<Unit filename="src/MouseStrategy.cpp" />
<Unit filename="src/MouseStrategy.hpp" />
<Unit filename="src/MouseStrategyFCFS.cpp" />
<Unit filename="src/MouseStrategyFCFS.hpp" />
<Unit filename="src/MouseStrategyHeavy.cpp" />
<Unit filename="src/MouseStrategyHeavy.hpp" />
<Unit filename="src/MouseStrategyNormal.cpp" />
<Unit filename="src/MouseStrategyNormal.hpp" />
<Unit filename="src/MouseTracker.cpp" />
<Unit filename="src/MouseTracker.hpp" />
<Unit filename="src/Mutex.cpp" />
<Unit filename="src/Mutex.hpp" />
<Unit filename="src/String.cpp" />
<Unit filename="src/String.hpp" />
<Unit filename="src/TransparentWindow.cpp" />
<Unit filename="src/TransparentWindow.hpp" />
<Unit filename="src/VisualLogger.cpp" />
<Unit filename="src/VisualLogger.hpp" />
<Unit filename="src/WindowHandler.cpp" />
<Unit filename="src/WindowHandler.hpp" />
<Unit filename="src/WindowInfo.cpp" />
<Unit filename="src/WindowInfo.hpp" />
<Unit filename="src/WindowTree.cpp" />
<Unit filename="src/WindowTree.hpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>