diff options
author | Davide Morelli <morellid@users.sourceforge.net> | 2006-01-07 12:04:27 +0000 |
---|---|---|
committer | Davide Morelli <morellid@users.sourceforge.net> | 2006-01-07 12:04:27 +0000 |
commit | ffef7f757e6de28bd54bd031e392b2ca4afde0bb (patch) | |
tree | c4036794ede0423e96761eb3b5dcb5ebfa508fe8 /Makefile | |
parent | f4ad91a62cf11ef1c3bd71c864ca76a324debc6e (diff) |
fixed silly bugs
svn path=/trunk/externals/frankenstein/; revision=4371
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # customize here !
#VC="C:\Programmi\Microsoft Visual Studio .NET\Vc7"
VC="C:\Programmi\Microsoft Visual Studio .NET\Vc7"
-#PDPATH="H:\PureData\pd-0.38-3.msw\pd"
-PDPATH="C:\Documents and Settings\Davide\Documenti\personali\pd-0.38-3.msw\pd"
+PDPATH="H:\PureData\pd-0.38-3.msw\pd"
+#PDPATH="C:\Documents and Settings\Davide\Documenti\personali\pd-0.38-3.msw\pd"
current: pd_nt distclean
-pd_nt: chord_melo.dll chords_memory.dll harmonizer.dll GArhythm.dll ritmo1.dll rhythms_memory.dll
+pd_nt: chord_melo.dll chords_memory.dll harmonizer.dll GArhythm.dll ritmo1.dll rhythms_memory.dll themes_memory.dll
.SUFFIXES: .dll
|