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:
@@ -29,7 +29,7 @@ $(OUTDIR):
|
||||
mkdir $(OUTDIR)
|
||||
|
||||
$(OBJDIR)/%.o: %.cpp
|
||||
$(CXX) $(CXXFLAGS) -c -o $@ $< -llua
|
||||
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||
|
||||
clean:
|
||||
$(RM) *.o *.a *.exe
|
||||
|
||||
Reference in New Issue
Block a user