From 6f302802754d2c90e16fd2fa90853966cd096df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 6 Jul 2023 10:14:53 +0200 Subject: [PATCH] Drop section about building externals for W64 Pd has supported Win64 for quite some time, there's nothing special anymore --- tips-tricks.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tips-tricks.md b/tips-tricks.md index aa132c2..7c7c59b 100644 --- a/tips-tricks.md +++ b/tips-tricks.md @@ -43,19 +43,6 @@ easily build your externals for 64-bit numbers: make CPPFLAGS="-DPD_FLOATSIZE=64" -## Building externals for W64 (64-bit Windows) - -At the time of writing (2018-02) there is no official Pd that supports -W64 yet. -However, if you do get hold of an experimental W64 Pd, you can -easily build your externals for this environment with - - make CPPFLAGS="-DPD_LONGINTTYPE=__int64" CC=x86_64-w64-mingw32-gcc - -To build a double-precision external for W64, use something like: - - make CPPFLAGS="-DPD_LONGINTTYPE=__int64 -DPD_FLOATSIZE=64" CC=x86_64-w64-mingw32-gcc - ## Universal binaries on macOS The compiler, by default, builds for the native architecture of the build