aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2006-01-16 11:30:26 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2006-01-16 11:30:26 +0000
commit831e206a4ee3f60e6e18300d092da52a307917d9 (patch)
tree3b8920939591109b942859ac3f46dd2ae757e676 /external
parentaf0a9de91583557786cdfeca37c36b8e5656fb23 (diff)
errors loading the assembly will no more crash pd
svn path=/trunk/externals/clr/; revision=4421
Diffstat (limited to 'external')
-rwxr-xr-xexternal/external.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/external.csproj b/external/external.csproj
index 536e73d..00bd727 100755
--- a/external/external.csproj
+++ b/external/external.csproj
@@ -82,7 +82,7 @@
<Reference
Name = "PureData"
AssemblyName = "PureData"
- HintPath = "PureData.dll"
+ HintPath = "..\PureData.dll"
/>
</References>
</Build>