diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-04 04:58:53 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-04 04:58:53 +0000 |
commit | 7d237bf606940cede753ae1c07a59c1ec24027bf (patch) | |
tree | 4366a0c71e09acb4e89556964d4e23f6e3fe7631 /externals/grill/flext/makefile.max-msvc | |
parent | 71b359c9eeb0071f6a1dfa2befb07a619b1e75c4 (diff) |
updated build system - some cleanups
updated for build system
updated build system for OSX
cleanups
updated build system
svn path=/trunk/; revision=2458
Diffstat (limited to 'externals/grill/flext/makefile.max-msvc')
-rw-r--r-- | externals/grill/flext/makefile.max-msvc | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/externals/grill/flext/makefile.max-msvc b/externals/grill/flext/makefile.max-msvc deleted file mode 100644 index f170f23d..00000000 --- a/externals/grill/flext/makefile.max-msvc +++ /dev/null @@ -1,37 +0,0 @@ -# flext - C++ layer for Max/MSP and pd (pure data) externals -# Copyright (c) 2001-2004 Thomas Grill (xovo@gmx.net) -# -# Makefile for MSVC++ -# -# -# IMPORTANT: Adjust some of the paths also in makefile-inc.msvc -# -# usage: make -f makefile.max-msvc -# -# --------------------------------------------------------------- - -!include config-max-msvc.txt - -all: flext flext_t flext_d flext_td # flext_s flext_sd - -flext: - nmake /f make-inc.max-msvc NAME=$* - -flext_d: - nmake /f make-inc.max-msvc NAME=$* _DEBUG=1 - -flext_t: - nmake /f make-inc.max-msvc NAME=$* FLEXT_THREADS=1 - -flext_td: - nmake /f make-inc.max-msvc NAME=$* FLEXT_THREADS=1 _DEBUG=1 - -flext_s: - nmake /f make-inc.max-msvc NAME=flext FLEXT_SHARED=1 - -flext_sd: - nmake /f make-inc.max-msvc NAME=flext_d FLEXT_SHARED=1 _DEBUG=1 - - -clean: - nmake /f make-inc.max-msvc clean |