[svn] r7736: nemerle/trunk/snippets/aop/makefile
Luntain
svnadmin at nemerle.org
Thu Jul 5 10:08:51 CEST 2007
Log:
now compiles fine under cygwin :)
Author: Luntain
Date: Thu Jul 5 10:08:51 2007
New Revision: 7736
Modified:
nemerle/trunk/snippets/aop/makefile
Modified: nemerle/trunk/snippets/aop/makefile
==============================================================================
--- nemerle/trunk/snippets/aop/makefile (original)
+++ nemerle/trunk/snippets/aop/makefile Thu Jul 5 10:08:51 2007
@@ -43,9 +43,9 @@
cp bin/Nemerle.Aop.dll testbin/Nemerle.Aop.dll
cp ../../ncc/out.stage3/Nemerle.Macros.dll testbin/Nemerle.Macros.dll
cd testbin; find ../src/ftests -name "*$(NAME)*_positive.n" \
- -exec $(NET_ENGINE) test.exe -r "$(NET_ENGINE)" $(ARG) -ref Nemerle.Aop.dll {} +
+ -exec $(NET_ENGINE) ./test.exe -r "$(NET_ENGINE)" $(ARG) -ref Nemerle.Aop.dll {} +
cd testbin; find ../src/ftests -name "*$(NAME)*_negative.n" \
- -exec $(NET_ENGINE) test.exe -r "$(NET_ENGINE)" $(ARG) -ref Nemerle.Aop.dll {} +
+ -exec $(NET_ENGINE) ./test.exe -r "$(NET_ENGINE)" $(ARG) -ref Nemerle.Aop.dll {} +
testbin/test.exe: testbin
ncc -o:$@ -r Nemerle.Compiler.dll ../../ncc/testsuite/test.n
More information about the svn
mailing list