Skip to content

Commit

Permalink
Update demo.cbp
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBremner committed Nov 27, 2019
1 parent 7775038 commit aa16da7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/codeblocks/demo.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Target title="Release">
<Option output="../bin/windex" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option type="0" />
<Option compiler="gcc_v83" />
<Compiler>
<Add option="-O2" />
Expand All @@ -35,6 +35,8 @@
<Add directory="../../include" />
</Compiler>
<Linker>
<Add option="-static" />
<Add option="-static-libgcc" />
<Add library="gdi32" />
<Add library="comdlg32" />
<Add library="gdiplus" />
Expand Down

0 comments on commit aa16da7

Please sign in to comment.