Corrected the libs order in the root makefiles

The calls to ConfigUtility::Load() also received some tweaks, to use '/'
instead of '\' for unix compatability. Also removed -llua from graphics
makefile.
This commit is contained in:
Kayne Ruse
2014-10-19 05:40:48 +11:00
parent 387e86de63
commit e488b15acc
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ $(OUTDIR):
mkdir $(OUTDIR)
$(OBJDIR)/%.o: %.cpp
$(CXX) $(CXXFLAGS) -c -o $@ $< -llua
$(CXX) $(CXXFLAGS) -c -o $@ $<
clean:
$(RM) *.o *.a *.exe