View Single Post
  #22  
Old 05-31-2008, 12:44 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
SF=eqlaunch.o ../common/logsys.o ../common/logsys_eqemu.o \
  .obj/debug.o ../common/misc.o .obj/Mutex.o ../common/unix.o \
  ../common/worldconn.o ../common/ProcLauncher.o \
  worldserver.o ../common/TCPConnection.o ../common/timer.o \
  ../common/MiscFunctions.o ../common/packet_functions.o \
   ../common/EQEmuConfig.o ../common/XMLParser.o ../common/tinyxml/tinystr.o \
   ../common/tinyxml/tinyxml.o ../common/tinyxml/tinyxmlerror.o \
   ../common/tinyxml/tinyxmlparser.o ../common/md5.o ../common/MiscFunctions.o \
   ../common/packet_dump.o ZoneLaunch.o ../common/TCPServer.o \
   ../common/EmuTCPServer.o ../common/EmuTCPConnection.o
accoring to makefile it should be looking for files TCPConnection.cpp, TCPServer.cpp, EmuTCPServer.cpp, and EmuTCPConnection.cpp... so u might have to rename files EQTCP****.cpp to EmuTCP****.cpp ?
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote