Commit in reactos/apps/tests/oskittcp on MAIN
makefile+2-21.3 -> 1.4
fix -lstdc++

reactos/apps/tests/oskittcp
makefile 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- makefile	13 Sep 2004 03:12:11 -0000	1.3
+++ makefile	13 Sep 2004 03:14:35 -0000	1.4
@@ -1,5 +1,5 @@
 #
-# $Id: makefile,v 1.3 2004/09/13 03:12:11 arty Exp $
+# $Id: makefile,v 1.4 2004/09/13 03:14:35 royce Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -17,7 +17,7 @@
 
 TARGET_CPPFLAGS =  -I$(PATH_TO_TOP)/drivers/lib/oskittcp/include -I$(PATH_TO_TOP)/w32api/include -I$(PATH_TO_TOP)/include -g
 
-TARGET_LIBS = -lstdc++
+TARGET_GCCLIBS = stdc++
 
 include $(PATH_TO_TOP)/rules.mak
 
CVSspam 0.2.8