View Single Post
Re: GNU Make question
Old
  (#3)
Rick
Council Member
 
Rick's Avatar
 
Status: Offline
Posts: 690
Join Date: Dec 2003
Location: Holland
Default Re: GNU Make question - 03-07-2005

OK got it to work, thanks

I guess its the way of compiling...it works if I do it simulair to yours:
Code:
server:
	$(CXX) $(CXXFLAGS) -o cube_bot_fbsd-server -DSTANDALONE $(SERVER_FILES) $(SERVER_LIBS)
Where SERVER_FILES are the actual source files instead of the object files.
  
Reply With Quote