* Try fix psp compilation under windows
This commit is contained in:
jean.chalard
2010-02-02 10:41:18 +00:00
parent 79b562755d
commit 7c319bc77e

View File

@@ -95,9 +95,6 @@ $(DEPS): deps/%.d: src/%.cpp
.DEFAULT:
@echo $@ has been deleted : updating deps.
Makefile.psp:
echo > Makefile.psp
Makefile.linux:
$(CXX) -o /dev/null src/testfeatures.c $(LIBDIR) -lfmod-3.75 > /dev/null 2>&1 ; if [ "0" = "$$?" ]; then echo 'FMOD=-lfmod-3.75'; else echo 'FMOD='; fi > $@