Skip to content

Commit c0fa1e7

Browse files
committed
dllcall tests
1 parent 07dfd28 commit c0fa1e7

File tree

4 files changed

+25
-8
lines changed

4 files changed

+25
-8
lines changed

ahkmingw_win.cbp

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<Option compiler="gcc" />
88
<Build>
99
<Target title="Debug">
10-
<Option output="bin\Debug\ahkxx3n" prefix_auto="1" extension_auto="1" />
10+
<Option output="bin\ahkmingw" prefix_auto="1" extension_auto="1" />
11+
<Option working_dir="bin" />
1112
<Option object_output="obj\Debug\" />
1213
<Option type="1" />
1314
<Option compiler="gcc" />
@@ -29,7 +30,8 @@
2930
</Linker>
3031
</Target>
3132
<Target title="Release">
32-
<Option output="bin\Release\ahkxx3n" prefix_auto="1" extension_auto="1" />
33+
<Option output="bin\ahkmingw" prefix_auto="1" extension_auto="1" />
34+
<Option working_dir="bin" />
3335
<Option object_output="obj\Release\" />
3436
<Option type="1" />
3537
<Option compiler="gcc" />
@@ -54,6 +56,7 @@
5456
</Target>
5557
<Target title="DebugDll">
5658
<Option output="bin\ahkx" prefix_auto="1" extension_auto="1" />
59+
<Option working_dir="bin" />
5760
<Option object_output="obj\Debug\" />
5861
<Option type="3" />
5962
<Option compiler="gcc" />

ahkmingw_win.layout

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
22
<CodeBlocks_layout_file>
33
<ActiveTarget name="DebugDll" />
4-
<File name="AutoHotkey.cpp" open="1" top="0" tabpos="1">
4+
<File name="AutoHotkey.cpp" open="0" top="0" tabpos="1">
55
<Cursor position="0" topLine="0" />
66
</File>
7+
<File name="AutoHotkeyx.cpp" open="0" top="0" tabpos="0">
8+
<Cursor position="2099" topLine="50" />
9+
</File>
710
<File name="application.cpp" open="0" top="0" tabpos="0">
811
<Cursor position="112923" topLine="1777" />
912
</File>
1013
<File name="application.h" open="0" top="0" tabpos="0">
1114
<Cursor position="6765" topLine="116" />
1215
</File>
16+
<File name="exports.cpp" open="1" top="1" tabpos="1">
17+
<Cursor position="637" topLine="18" />
18+
</File>
19+
<File name="exports.h" open="0" top="0" tabpos="0">
20+
<Cursor position="1004" topLine="0" />
21+
</File>
1322
<File name="globaldata.cpp" open="0" top="0" tabpos="0">
14-
<Cursor position="42026" topLine="740" />
23+
<Cursor position="8561" topLine="170" />
1524
</File>
1625
<File name="globaldata.h" open="0" top="0" tabpos="0">
1726
<Cursor position="878" topLine="14" />
@@ -22,14 +31,17 @@
2231
<File name="keyboard_mouse.h" open="0" top="0" tabpos="0">
2332
<Cursor position="15424" topLine="308" />
2433
</File>
25-
<File name="script.cpp" open="1" top="1" tabpos="2">
26-
<Cursor position="349040" topLine="6908" />
34+
<File name="script.cpp" open="0" top="0" tabpos="2">
35+
<Cursor position="19210" topLine="368" />
2736
</File>
2837
<File name="script.h" open="0" top="0" tabpos="0">
29-
<Cursor position="136" topLine="0" />
38+
<Cursor position="118959" topLine="2316" />
3039
</File>
3140
<File name="script2.cpp" open="0" top="0" tabpos="0">
32-
<Cursor position="248717" topLine="5231" />
41+
<Cursor position="532574" topLine="11404" />
42+
</File>
43+
<File name="script_gui.cpp" open="0" top="0" tabpos="0">
44+
<Cursor position="68252" topLine="1352" />
3345
</File>
3446
<File name="util.h" open="0" top="0" tabpos="0">
3547
<Cursor position="24330" topLine="505" />

tests/test.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ahkmingw.exe dllhost.ahk

tests/testdllcall.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ahkmingw.exe dllcall.ahk

0 commit comments

Comments
 (0)