Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Create the Make rules for nesemu1
- #
- CXX=mipsel-linux-g++
- CXXFLAGS=-Wall -W -pedantic -Ofast -std=c++0x -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lSDL_net -I/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL/
- nesemu1: nesemu1.o
- $(CXX) -o "$@" "$<" $(CXXFLAGS)
- nesemu1.o: nesemu1.cc
- $(CXX) -c -o "$@" "$<" $(CXXFLAGS)
Advertisement
Add Comment
Please, Sign In to add comment