From ffeb64d27b06f46266f165eef302b2ac2c25eb3e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 23 Feb 2005 04:57:48 +0000 Subject: minor changes added package definition for flext build system added flags for correct symbol import from PD svn path=/trunk/; revision=2574 --- externals/grill/dyn/dyn.h | 7 ++++++- externals/grill/dyn/dyn.vcproj | 11 ++++++----- externals/grill/dyn/package.txt | 14 ++++++++++++++ 3 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 externals/grill/dyn/package.txt (limited to 'externals/grill/dyn') diff --git a/externals/grill/dyn/dyn.h b/externals/grill/dyn/dyn.h index eeca0f43..507dd08a 100644 --- a/externals/grill/dyn/dyn.h +++ b/externals/grill/dyn/dyn.h @@ -1,7 +1,7 @@ /* dyn - dynamical object management -Copyright (c)2003-2004 Thomas Grill (gr@grrrr.org) +Copyright (c)2003-2005 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. */ @@ -31,6 +31,11 @@ WARRANTIES, see the file, "license.txt," in this distribution. extern "C" { #endif +/* This is needed to correctly import external data */ +#if defined(_WIN32) && !defined(NT) +#define NT +#endif + /* include PD public header for some type definitions */ #ifdef _MSC_VER #pragma warning(push) diff --git a/externals/grill/dyn/dyn.vcproj b/externals/grill/dyn/dyn.vcproj index f0914eb5..a96562aa 100644 --- a/externals/grill/dyn/dyn.vcproj +++ b/externals/grill/dyn/dyn.vcproj @@ -20,10 +20,10 @@