From 7c697a69567e99603882176552c5abf0c66f39f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Thu, 20 Jun 2002 11:25:52 +0000 Subject: source import svn path=/trunk/externals/arraysize/; revision=16 --- makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..b284b4a --- /dev/null +++ b/makefile @@ -0,0 +1,12 @@ +# just the build-commands + +I = -I../../../bin/pd/src + +all: linux + +linux: + cc -DPD -O2 -DUNIX $(I) -o arraysize.o -c arraysize.c + ld -shared -export_dynamic -o arraysize.pd_linux arraysize.o + +nt: + cl arraysize.c /DNT /DPD /LD /Gd /GD /Ox /link /export:arraysize_setup \system\pd\bin\pd.lib -- cgit v1.2.1