diff options
author | musil <tmusil@users.sourceforge.net> | 2007-06-22 15:43:00 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2007-06-22 15:43:00 +0000 |
commit | a210f50ef541044b20d2bd1d3d38a3cf14ccc04a (patch) | |
tree | d8855f7ff7da43d4a6ac38d47e8da234ac3ac44b /src | |
parent | e429c917962b8ef0bd3fdd92be4be03147e1cc32 (diff) |
PD_INST_PATH = "C:\Programme\pd"
svn path=/trunk/externals/iem/iem_matrix/; revision=7792
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile_win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_win b/src/makefile_win index e1cd1da..ad254b8 100644 --- a/src/makefile_win +++ b/src/makefile_win @@ -3,7 +3,7 @@ all: ..\iem_matrix.dll VIS_CPP_PATH = "C:\Programme\Microsoft Visual Studio\Vc98" -PD_INST_PATH = "C:\Programme\pd-0.39-2" +PD_INST_PATH = "C:\Programme\pd" PD_WIN_INCLUDE_PATH = /I. /I$(PD_INST_PATH)\src /I$(VIS_CPP_PATH)\include |