[svn] r7760: nemerle/trunk/snippets/aop/makefile

Luntain svnadmin at nemerle.org
Mon Aug 13 10:37:35 CEST 2007


Log:
fix build
--This line, and those below, will be ignored--

c:\opensrc\nemerle\trunk\snippets\aop>c:\prog\svn-win32-1.4.4\bin\svn.exe status     
?      .swp
M      makefile


Author: Luntain
Date: Mon Aug 13 10:37:24 2007
New Revision: 7760

Modified:
   nemerle/trunk/snippets/aop/makefile

Modified: nemerle/trunk/snippets/aop/makefile
==============================================================================
--- nemerle/trunk/snippets/aop/makefile	(original)
+++ nemerle/trunk/snippets/aop/makefile	Mon Aug 13 10:37:24 2007
@@ -7,10 +7,10 @@
 	ncc -g -t:library -r Nemerle.Compiler.dll -o:$@\
 		src/dev_macros/parser_operators.n
 
-bin/Nemerle.Aop.dll: bin bin/DevMacros.dll src/macros/*.n src/helper/*.n
+bin/Nemerle.Aop.dll: bin bin/DevMacros.dll src/macros/*.n src/helper/*.n src/pubapi/*.n
 	ncc --no-color -g -t:library -r Nemerle.Compiler.dll \
 		-m bin/DevMacros.dll -o:$@\
-		src/macros/*.n src/helper/*.n
+		src/macros/*.n src/helper/*.n src/pubapi/*.n
 
 
 test: utests ftests



More information about the svn mailing list