* Attempt at making windows happy
This commit is contained in:
jean.chalard
2010-02-16 12:32:39 +00:00
parent e4c3cdbe3d
commit 3bb13aa81c

View File

@@ -123,7 +123,7 @@ clean:
endif
Makefile.psp:
@echo > $@
echo #foo > $@
Makefile.linux:
$(CXX) -o /dev/null src/testfeatures.c -L$(LIBDIR) -lfmod-3.75 > /dev/null 2>&1 ; if [ "0" = "$$?" ]; then echo 'FMOD=-DWITH_FMOD'; else echo 'FMOD=-DWITHOUT_FMOD'; fi > $@