Makefile | Makefile | |||
---|---|---|---|---|
VERSION = 4.44.08 | VERSION = 4.44.09 | |||
all: | all: | |||
@echo "Possible targets:" | @echo "Possible targets:" | |||
@echo "'make fmod_examples CPU=x86' - Build all 32bit examples" | @echo "'make fmod_examples CPU=x86' - Build all 32bit examples" | |||
@echo "'make fmod_examples CPU=x64' - Build all 64bit examples" | @echo "'make fmod_examples CPU=x64' - Build all 64bit examples" | |||
fmod_examples: | fmod_examples: | |||
cd fmoddesignerapi/examples/media && ./build_media_files.sh | cd fmoddesignerapi/examples/media && ./build_media_files.sh | |||
cd examples/3d && make ${CPU} | cd examples/3d && make ${CPU} | |||
cd examples/cdplayer && make ${CPU} | cd examples/cdplayer && make ${CPU} | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |