[svn] r6279: nemerle/trunk/lib/tests/Makefile

nazgul svnadmin at nemerle.org
Sun May 14 20:08:47 CEST 2006


Log:
Use flag created in config.mak

Author: nazgul
Date: Sun May 14 20:08:45 2006
New Revision: 6279

Modified:
   nemerle/trunk/lib/tests/Makefile

Modified: nemerle/trunk/lib/tests/Makefile
==============================================================================
--- nemerle/trunk/lib/tests/Makefile	(original)
+++ nemerle/trunk/lib/tests/Makefile	Sun May 14 20:08:45 2006
@@ -25,5 +25,5 @@
 
 lib-unit-tests.dll: $(UNIT_SRC) 
 	$(Q)if test $(NUNIT_CONSOLE); then \
-		$(EXECUTE) $(TOP)/ncc/out.stage3/ncc.exe $(UNIT_SRC) -def:NUNIT $(NUNIT_LIB) -t:library -o:lib-unit-tests.dll; \
+		$(EXECUTE) $(TOP)/ncc/out.stage3/ncc.exe $(UNIT_SRC) -def:NUNIT $(NUNIT_LIB_FLAG) -t:library -o:lib-unit-tests.dll; \
 	fi



More information about the svn mailing list