mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
undoing this for now as it causes problems with at least MinGW
svn-id: r13050
This commit is contained in:
parent
a9507e63a8
commit
5df1bd8b49
@ -109,7 +109,7 @@ base/main.o: $(filter-out base/libbase.a,$(OBJS))
|
||||
|
||||
# The build rule for the ScummVM executable
|
||||
$(EXECUTABLE): $(OBJS)
|
||||
$(CXX) $(LDFLAGS) $(LIBS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) -o $@
|
||||
$(CXX) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@
|
||||
|
||||
distclean: clean
|
||||
$(RM_REC) $(DEPDIRS)
|
||||
|
Loading…
Reference in New Issue
Block a user