Skip to content

Commit

Permalink
Updated to static library.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadul committed Jul 5, 2022
1 parent 4008c2e commit a8785ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Binary file removed bin/Release/glstereo.dll
Binary file not shown.
Binary file modified bin/Release/libglstereo.a
Binary file not shown.
10 changes: 4 additions & 6 deletions glstereo.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
<Build>
<Target title="Debug">
<Option output="bin/Debug/glstereo" prefix_auto="1" extension_auto="1" />
<Option working_dir="bin/Debug" />
<Option working_dir="" />
<Option object_output="obj/Debug/" />
<Option type="3" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-g" />
Expand All @@ -25,12 +24,11 @@
</Target>
<Target title="Release">
<Option output="bin/Release/glstereo" prefix_auto="1" extension_auto="1" />
<Option working_dir="bin/Release" />
<Option working_dir="" />
<Option object_output="obj/Release/" />
<Option type="3" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-O2" />
Expand Down

0 comments on commit a8785ff

Please sign in to comment.