Skip to content

Commit

Permalink
gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Oct 15, 2024
1 parent 4939c51 commit a146945
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions libsm64/libsm64.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<Project>
<Option title="libsm64" />
<Option pch_mode="2" />
<Option compiler="gnu_gcc_compiler_msys2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/libsm64" prefix_auto="1" extension_auto="1" />
<Option working_dir="bin/Debug" />
<Option object_output="obj/Debug/" />
<Option type="3" />
<Option compiler="gnu_gcc_compiler_msys2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
Expand All @@ -22,7 +22,7 @@
<Option output="bin/Release/libsm64" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="3" />
<Option compiler="gnu_gcc_compiler_msys2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
Expand Down
8 changes: 4 additions & 4 deletions sm64-san-andreas.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Project>
<Option title="sm64-san-andreas" />
<Option pch_mode="2" />
<Option compiler="gnu_gcc_compiler_msys2" />
<Option compiler="gcc" />
<Build>
<Target title="GTASA Debug">
<Option output='&quot;$(GTA_SA_DIR)&quot;/scripts/sm64_san_andreas.SA_d.asi' prefix_auto="0" extension_auto="0" />
<Option object_output=".obj/Debug" />
<Option type="3" />
<Option compiler="gnu_gcc_compiler_msys2" />
<Option compiler="gcc" />
<Compiler>
<Add option="-m32" />
<Add option="-fpermissive" />
Expand Down Expand Up @@ -40,7 +40,7 @@
<Option output='&quot;$(GTA_SA_DIR)&quot;/scripts/sm64_san_andreas.SA.asi' prefix_auto="0" extension_auto="0" />
<Option object_output=".obj/Release" />
<Option type="3" />
<Option compiler="gnu_gcc_compiler_msys2" />
<Option compiler="gcc" />
<Compiler>
<Add option="-m32" />
<Add option="-fpermissive" />
Expand Down Expand Up @@ -70,7 +70,7 @@
<Option output='&quot;$(GTA_SA_DIR)&quot;/scripts/sm64_san_andreas.SA.asi' prefix_auto="0" extension_auto="0" />
<Option object_output=".obj/Release" />
<Option type="3" />
<Option compiler="gnu_gcc_compiler_msys2" />
<Option compiler="gcc" />
<Compiler>
<Add option="-m32" />
<Add option="-fpermissive" />
Expand Down

0 comments on commit a146945

Please sign in to comment.