|
4 | 4 | <Project>
|
5 | 5 | <Option title="ahkxx3n" />
|
6 | 6 | <Option pch_mode="2" />
|
7 |
| - <Option compiler="mingw" /> |
| 7 | + <Option compiler="gcc" /> |
8 | 8 | <Build>
|
9 | 9 | <Target title="Debug">
|
10 |
| - <Option output="bin/Debug/ahkxx3n" prefix_auto="1" extension_auto="1" /> |
11 |
| - <Option object_output="obj/Debug/" /> |
| 10 | + <Option output="bin\Debug\ahkxx3n" prefix_auto="1" extension_auto="1" /> |
| 11 | + <Option object_output="obj\Debug\" /> |
12 | 12 | <Option type="1" />
|
13 |
| - <Option compiler="mingw" /> |
| 13 | + <Option compiler="gcc" /> |
14 | 14 | <Compiler>
|
15 | 15 | <Add option="-g" />
|
16 | 16 | </Compiler>
|
| 17 | + <Linker> |
| 18 | + <Add library="libcomctl32.a" /> |
| 19 | + <Add library="libwinmm.a" /> |
| 20 | + <Add library="libgdi32.a" /> |
| 21 | + <Add library="libole32.a" /> |
| 22 | + <Add library="liboleaut32.a" /> |
| 23 | + <Add library="libcomdlg32.a" /> |
| 24 | + <Add library="libversion.a" /> |
| 25 | + <Add library="libws2_32.a" /> |
| 26 | + <Add library="libuuid.a" /> |
| 27 | + <Add library="GdiPlus.lib" /> |
| 28 | + <Add directory="lib" /> |
| 29 | + </Linker> |
17 | 30 | </Target>
|
18 | 31 | <Target title="Release">
|
19 |
| - <Option output="bin/Release/ahkxx3n" prefix_auto="1" extension_auto="1" /> |
20 |
| - <Option object_output="obj/Release/" /> |
| 32 | + <Option output="bin\Release\ahkxx3n" prefix_auto="1" extension_auto="1" /> |
| 33 | + <Option object_output="obj\Release\" /> |
21 | 34 | <Option type="1" />
|
22 |
| - <Option compiler="mingw" /> |
| 35 | + <Option compiler="gcc" /> |
23 | 36 | <Compiler>
|
24 | 37 | <Add option="-O2" />
|
25 | 38 | </Compiler>
|
26 | 39 | <Linker>
|
27 | 40 | <Add option="-s" />
|
28 |
| - <Add library="/usr/i586-mingw32msvc/lib/libcomctl32.a" /> |
29 |
| - <Add library="/usr/i586-mingw32msvc/lib/libwinmm.a" /> |
30 |
| - <Add library="/usr/i586-mingw32msvc/lib/libgdi32.a" /> |
31 |
| - <Add library="/usr/i586-mingw32msvc/lib/libole32.a" /> |
32 |
| - <Add library="/usr/i586-mingw32msvc/lib/liboleaut32.a" /> |
33 |
| - <Add library="/usr/i586-mingw32msvc/lib/libcomdlg32.a" /> |
34 |
| - <Add library="/usr/i586-mingw32msvc/lib/libversion.a" /> |
35 |
| - <Add library="/usr/i586-mingw32msvc/lib/libws2_32.a" /> |
36 |
| - <Add library="/usr/i586-mingw32msvc/lib/libuuid.a" /> |
37 |
| - <Add library="lib/GdiPlus.lib" /> |
| 41 | + <Add library="libcomctl32.a" /> |
| 42 | + <Add library="libwinmm.a" /> |
| 43 | + <Add library="libgdi32.a" /> |
| 44 | + <Add library="libole32.a" /> |
| 45 | + <Add library="liboleaut32.a" /> |
| 46 | + <Add library="libcomdlg32.a" /> |
| 47 | + <Add library="libversion.a" /> |
| 48 | + <Add library="libws2_32.a" /> |
| 49 | + <Add library="libuuid.a" /> |
| 50 | + <Add library="GdiPlus" /> |
| 51 | + <Add directory="C:\user\CodeBlocks\MinGW\lib" /> |
| 52 | + <Add directory="lib" /> |
38 | 53 | </Linker>
|
39 | 54 | </Target>
|
40 | 55 | </Build>
|
41 | 56 | <Compiler>
|
42 | 57 | <Add option="-Wall" />
|
43 | 58 | </Compiler>
|
44 | 59 | <Unit filename="AutoHotkey.cpp" />
|
45 |
| - <Unit filename="MSC_HEADERS/GdiPlus.h" /> |
46 |
| - <Unit filename="MSC_HEADERS/GdiPlusBase.h" /> |
47 |
| - <Unit filename="MSC_HEADERS/GdiPlusBitmap.h" /> |
48 |
| - <Unit filename="MSC_HEADERS/GdiPlusBrush.h" /> |
49 |
| - <Unit filename="MSC_HEADERS/GdiPlusCachedBitmap.h" /> |
50 |
| - <Unit filename="MSC_HEADERS/GdiPlusColor.h" /> |
51 |
| - <Unit filename="MSC_HEADERS/GdiPlusColorMatrix.h" /> |
52 |
| - <Unit filename="MSC_HEADERS/GdiPlusEnums.h" /> |
53 |
| - <Unit filename="MSC_HEADERS/GdiPlusFlat.h" /> |
54 |
| - <Unit filename="MSC_HEADERS/GdiPlusFont.h" /> |
55 |
| - <Unit filename="MSC_HEADERS/GdiPlusFontCollection.h" /> |
56 |
| - <Unit filename="MSC_HEADERS/GdiPlusFontFamily.h" /> |
57 |
| - <Unit filename="MSC_HEADERS/GdiPlusGpStubs.h" /> |
58 |
| - <Unit filename="MSC_HEADERS/GdiPlusGraphics.h" /> |
59 |
| - <Unit filename="MSC_HEADERS/GdiPlusHeaders.h" /> |
60 |
| - <Unit filename="MSC_HEADERS/GdiPlusImageCodec.h" /> |
61 |
| - <Unit filename="MSC_HEADERS/GdiPlusImaging.h" /> |
62 |
| - <Unit filename="MSC_HEADERS/GdiPlusInit.h" /> |
63 |
| - <Unit filename="MSC_HEADERS/GdiPlusLineCaps.h" /> |
64 |
| - <Unit filename="MSC_HEADERS/GdiPlusMatrix.h" /> |
65 |
| - <Unit filename="MSC_HEADERS/GdiPlusMem.h" /> |
66 |
| - <Unit filename="MSC_HEADERS/GdiPlusMetaFile.h" /> |
67 |
| - <Unit filename="MSC_HEADERS/GdiPlusMetaHeader.h" /> |
68 |
| - <Unit filename="MSC_HEADERS/GdiPlusPath.h" /> |
69 |
| - <Unit filename="MSC_HEADERS/GdiPlusPen.h" /> |
70 |
| - <Unit filename="MSC_HEADERS/GdiPlusPixelFormats.h" /> |
71 |
| - <Unit filename="MSC_HEADERS/GdiPlusRegion.h" /> |
72 |
| - <Unit filename="MSC_HEADERS/GdiPlusStringFormat.h" /> |
73 |
| - <Unit filename="MSC_HEADERS/GdiPlusTypes.h" /> |
74 |
| - <Unit filename="MSC_HEADERS/GdiPlusimageAttributes.h" /> |
75 |
| - <Unit filename="MSC_HEADERS/PopPack.h" /> |
76 |
| - <Unit filename="MSC_HEADERS/gdipluseffects.h" /> |
| 60 | + <Unit filename="MSC_HEADERS\GdiPlus.h" /> |
| 61 | + <Unit filename="MSC_HEADERS\GdiPlusBase.h" /> |
| 62 | + <Unit filename="MSC_HEADERS\GdiPlusBitmap.h" /> |
| 63 | + <Unit filename="MSC_HEADERS\GdiPlusBrush.h" /> |
| 64 | + <Unit filename="MSC_HEADERS\GdiPlusCachedBitmap.h" /> |
| 65 | + <Unit filename="MSC_HEADERS\GdiPlusColor.h" /> |
| 66 | + <Unit filename="MSC_HEADERS\GdiPlusColorMatrix.h" /> |
| 67 | + <Unit filename="MSC_HEADERS\GdiPlusEnums.h" /> |
| 68 | + <Unit filename="MSC_HEADERS\GdiPlusFlat.h" /> |
| 69 | + <Unit filename="MSC_HEADERS\GdiPlusFont.h" /> |
| 70 | + <Unit filename="MSC_HEADERS\GdiPlusFontCollection.h" /> |
| 71 | + <Unit filename="MSC_HEADERS\GdiPlusFontFamily.h" /> |
| 72 | + <Unit filename="MSC_HEADERS\GdiPlusGpStubs.h" /> |
| 73 | + <Unit filename="MSC_HEADERS\GdiPlusGraphics.h" /> |
| 74 | + <Unit filename="MSC_HEADERS\GdiPlusHeaders.h" /> |
| 75 | + <Unit filename="MSC_HEADERS\GdiPlusImageCodec.h" /> |
| 76 | + <Unit filename="MSC_HEADERS\GdiPlusImaging.h" /> |
| 77 | + <Unit filename="MSC_HEADERS\GdiPlusInit.h" /> |
| 78 | + <Unit filename="MSC_HEADERS\GdiPlusLineCaps.h" /> |
| 79 | + <Unit filename="MSC_HEADERS\GdiPlusMatrix.h" /> |
| 80 | + <Unit filename="MSC_HEADERS\GdiPlusMem.h" /> |
| 81 | + <Unit filename="MSC_HEADERS\GdiPlusMetaFile.h" /> |
| 82 | + <Unit filename="MSC_HEADERS\GdiPlusMetaHeader.h" /> |
| 83 | + <Unit filename="MSC_HEADERS\GdiPlusPath.h" /> |
| 84 | + <Unit filename="MSC_HEADERS\GdiPlusPen.h" /> |
| 85 | + <Unit filename="MSC_HEADERS\GdiPlusPixelFormats.h" /> |
| 86 | + <Unit filename="MSC_HEADERS\GdiPlusRegion.h" /> |
| 87 | + <Unit filename="MSC_HEADERS\GdiPlusStringFormat.h" /> |
| 88 | + <Unit filename="MSC_HEADERS\GdiPlusTypes.h" /> |
| 89 | + <Unit filename="MSC_HEADERS\GdiPlusimageAttributes.h" /> |
| 90 | + <Unit filename="MSC_HEADERS\PopPack.h" /> |
| 91 | + <Unit filename="MSC_HEADERS\gdipluseffects.h" /> |
77 | 92 | <Unit filename="SimpleHeap.cpp" />
|
78 | 93 | <Unit filename="SimpleHeap.h" />
|
79 | 94 | <Unit filename="WinGroup.cpp" />
|
|
91 | 106 | <Unit filename="hotkey.h" />
|
92 | 107 | <Unit filename="keyboard_mouse.cpp" />
|
93 | 108 | <Unit filename="keyboard_mouse.h" />
|
94 |
| - <Unit filename="lib/exearc_read.h" /> |
95 |
| - <Unit filename="lib_pcre/pcre/config.h" /> |
96 |
| - <Unit filename="lib_pcre/pcre/pcre.h" /> |
97 |
| - <Unit filename="lib_pcre/pcre/pcre_chartables.c"> |
| 109 | + <Unit filename="lib\exearc_read.h" /> |
| 110 | + <Unit filename="lib_pcre\pcre\config.h" /> |
| 111 | + <Unit filename="lib_pcre\pcre\pcre.h" /> |
| 112 | + <Unit filename="lib_pcre\pcre\pcre_chartables.c"> |
98 | 113 | <Option compilerVar="CC" />
|
99 | 114 | </Unit>
|
100 |
| - <Unit filename="lib_pcre/pcre/pcre_compile.c"> |
| 115 | + <Unit filename="lib_pcre\pcre\pcre_compile.c"> |
101 | 116 | <Option compilerVar="CC" />
|
102 | 117 | </Unit>
|
103 |
| - <Unit filename="lib_pcre/pcre/pcre_config.c"> |
| 118 | + <Unit filename="lib_pcre\pcre\pcre_config.c"> |
104 | 119 | <Option compilerVar="CC" />
|
105 | 120 | </Unit>
|
106 |
| - <Unit filename="lib_pcre/pcre/pcre_dfa_exec.c"> |
| 121 | + <Unit filename="lib_pcre\pcre\pcre_dfa_exec.c"> |
107 | 122 | <Option compilerVar="CC" />
|
108 | 123 | </Unit>
|
109 |
| - <Unit filename="lib_pcre/pcre/pcre_exec.c"> |
| 124 | + <Unit filename="lib_pcre\pcre\pcre_exec.c"> |
110 | 125 | <Option compilerVar="CC" />
|
111 | 126 | </Unit>
|
112 |
| - <Unit filename="lib_pcre/pcre/pcre_fullinfo.c"> |
| 127 | + <Unit filename="lib_pcre\pcre\pcre_fullinfo.c"> |
113 | 128 | <Option compilerVar="CC" />
|
114 | 129 | </Unit>
|
115 |
| - <Unit filename="lib_pcre/pcre/pcre_get.c"> |
| 130 | + <Unit filename="lib_pcre\pcre\pcre_get.c"> |
116 | 131 | <Option compilerVar="CC" />
|
117 | 132 | </Unit>
|
118 |
| - <Unit filename="lib_pcre/pcre/pcre_globals.c"> |
| 133 | + <Unit filename="lib_pcre\pcre\pcre_globals.c"> |
119 | 134 | <Option compilerVar="CC" />
|
120 | 135 | </Unit>
|
121 |
| - <Unit filename="lib_pcre/pcre/pcre_info.c"> |
| 136 | + <Unit filename="lib_pcre\pcre\pcre_info.c"> |
122 | 137 | <Option compilerVar="CC" />
|
123 | 138 | </Unit>
|
124 |
| - <Unit filename="lib_pcre/pcre/pcre_internal.h" /> |
125 |
| - <Unit filename="lib_pcre/pcre/pcre_maketables.c"> |
| 139 | + <Unit filename="lib_pcre\pcre\pcre_internal.h" /> |
| 140 | + <Unit filename="lib_pcre\pcre\pcre_maketables.c"> |
126 | 141 | <Option compilerVar="CC" />
|
127 | 142 | </Unit>
|
128 |
| - <Unit filename="lib_pcre/pcre/pcre_newline.c"> |
| 143 | + <Unit filename="lib_pcre\pcre\pcre_newline.c"> |
129 | 144 | <Option compilerVar="CC" />
|
130 | 145 | </Unit>
|
131 |
| - <Unit filename="lib_pcre/pcre/pcre_ord2utf8.c"> |
| 146 | + <Unit filename="lib_pcre\pcre\pcre_ord2utf8.c"> |
132 | 147 | <Option compilerVar="CC" />
|
133 | 148 | </Unit>
|
134 |
| - <Unit filename="lib_pcre/pcre/pcre_refcount.c"> |
| 149 | + <Unit filename="lib_pcre\pcre\pcre_refcount.c"> |
135 | 150 | <Option compilerVar="CC" />
|
136 | 151 | </Unit>
|
137 |
| - <Unit filename="lib_pcre/pcre/pcre_study.c"> |
| 152 | + <Unit filename="lib_pcre\pcre\pcre_study.c"> |
138 | 153 | <Option compilerVar="CC" />
|
139 | 154 | </Unit>
|
140 |
| - <Unit filename="lib_pcre/pcre/pcre_tables.c"> |
| 155 | + <Unit filename="lib_pcre\pcre\pcre_tables.c"> |
141 | 156 | <Option compilerVar="CC" />
|
142 | 157 | </Unit>
|
143 |
| - <Unit filename="lib_pcre/pcre/pcre_try_flipped.c"> |
| 158 | + <Unit filename="lib_pcre\pcre\pcre_try_flipped.c"> |
144 | 159 | <Option compilerVar="CC" />
|
145 | 160 | </Unit>
|
146 |
| - <Unit filename="lib_pcre/pcre/pcre_ucp_searchfuncs.c"> |
| 161 | + <Unit filename="lib_pcre\pcre\pcre_ucp_searchfuncs.c"> |
147 | 162 | <Option compilerVar="CC" />
|
148 | 163 | </Unit>
|
149 |
| - <Unit filename="lib_pcre/pcre/pcre_valid_utf8.c"> |
| 164 | + <Unit filename="lib_pcre\pcre\pcre_valid_utf8.c"> |
150 | 165 | <Option compilerVar="CC" />
|
151 | 166 | </Unit>
|
152 |
| - <Unit filename="lib_pcre/pcre/pcre_version.c"> |
| 167 | + <Unit filename="lib_pcre\pcre\pcre_version.c"> |
153 | 168 | <Option compilerVar="CC" />
|
154 | 169 | </Unit>
|
155 |
| - <Unit filename="lib_pcre/pcre/pcre_xclass.c"> |
| 170 | + <Unit filename="lib_pcre\pcre\pcre_xclass.c"> |
156 | 171 | <Option compilerVar="CC" />
|
157 | 172 | </Unit>
|
158 |
| - <Unit filename="lib_pcre/pcre/ucp.h" /> |
159 |
| - <Unit filename="lib_pcre/pcre/ucpinternal.h" /> |
160 |
| - <Unit filename="lib_pcre/pcre/ucptable.h" /> |
| 173 | + <Unit filename="lib_pcre\pcre\ucp.h" /> |
| 174 | + <Unit filename="lib_pcre\pcre\ucpinternal.h" /> |
| 175 | + <Unit filename="lib_pcre\pcre\ucptable.h" /> |
161 | 176 | <Unit filename="mt19937ar-cok.cpp" />
|
162 | 177 | <Unit filename="mt19937ar-cok.h" />
|
163 | 178 | <Unit filename="os_version.cpp" />
|
164 | 179 | <Unit filename="os_version.h" />
|
165 | 180 | <Unit filename="qmath.h" />
|
166 |
| - <Unit filename="resources/AutoHotkey.rc"> |
| 181 | + <Unit filename="resources\AutoHotkey.rc"> |
167 | 182 | <Option compilerVar="WINDRES" />
|
168 | 183 | </Unit>
|
169 |
| - <Unit filename="resources/resource.h" /> |
| 184 | + <Unit filename="resources\resource.h" /> |
170 | 185 | <Unit filename="script.cpp" />
|
171 | 186 | <Unit filename="script.h" />
|
172 | 187 | <Unit filename="script2.cpp" />
|
|
0 commit comments