Skip to content

Commit aa16da7

Browse files
committed
Update demo.cbp
1 parent 7775038 commit aa16da7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/codeblocks/demo.cbp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Target title="Release">
1919
<Option output="../bin/windex" prefix_auto="1" extension_auto="1" />
2020
<Option object_output="obj/Release/" />
21-
<Option type="1" />
21+
<Option type="0" />
2222
<Option compiler="gcc_v83" />
2323
<Compiler>
2424
<Add option="-O2" />
@@ -35,6 +35,8 @@
3535
<Add directory="../../include" />
3636
</Compiler>
3737
<Linker>
38+
<Add option="-static" />
39+
<Add option="-static-libgcc" />
3840
<Add library="gdi32" />
3941
<Add library="comdlg32" />
4042
<Add library="gdiplus" />

0 commit comments

Comments
 (0)