summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.3226
1 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.32 b/Makefile.32
index 5ffea18..96a4992 100755
--- a/Makefile.32
+++ b/Makefile.32
@@ -504,20 +504,20 @@ xgcc-pack:
# Nativ Windows Compiler (32 -Bit)
##############################################################################
wingcc-all:
- make ARCH=x86-mingw64 clean
- make ARCH=x86-mingw64 prepare
+ make -f Makefile.32 ARCH=x86-mingw32 clean
+ make -f Makefile.32 ARCH=x86-mingw32 prepare
#
- make ARCH=x86-mingw64 wingcc-binutils
- make ARCH=x86-mingw64 wingcc-mingw
- make ARCH=x86-mingw64 wingcc-gcc
- make ARCH=x86-mingw64 wingcc-finish
- make ARCH=x86-mingw64 wingcc-zlib
- make ARCH=x86-mingw64 wingcc-bzip2
- make ARCH=x86-mingw64 wingcc-gendef
- make ARCH=x86-mingw64 wingcc-genpeimg
- make ARCH=x86-mingw64 wingcc-reimp
- make ARCH=x86-mingw64 wingcc-gdb
- make ARCH=x86-mingw64 wingcc-pack
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-binutils
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-mingw
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-gcc
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-finish
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-zlib
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-bzip2
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-gendef
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-genpeimg
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-reimp
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-gdb
+ make -f Makefile.32 ARCH=x86-mingw32 wingcc-pack
wingcc-binutils:
mkdir -p $(BUILD_DIR)/binutils