mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fixed -lstdc++.
svn path=/trunk/; revision=10835
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: makefile,v 1.2 2004/09/02 02:33:11 arty Exp $
|
||||
# $Id: makefile,v 1.3 2004/09/13 03:12:11 arty Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
@@ -11,12 +11,14 @@ TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = oskittcp
|
||||
|
||||
TARGET_SDKLIBS = ws2_32.a oskittcp.a ntdll.a
|
||||
TARGET_SDKLIBS = ws2_32.a oskittcp.a ntdll.a
|
||||
|
||||
TARGET_OBJECTS = tcptest.o -lstdc++
|
||||
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_LIBS = -lstdc++
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
Reference in New Issue
Block a user