mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 18:46:29 +00:00
fix -lstdc++
svn path=/trunk/; revision=10836
This commit is contained in:
parent
baa35b140c
commit
b1958574f7
1 changed files with 2 additions and 2 deletions
|
@ -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 = ../../..
|
PATH_TO_TOP = ../../..
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ TARGET_OBJECTS = tcptest.o
|
||||||
|
|
||||||
TARGET_CPPFLAGS = -I$(PATH_TO_TOP)/drivers/lib/oskittcp/include -I$(PATH_TO_TOP)/w32api/include -I$(PATH_TO_TOP)/include -g
|
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
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue