Giter VIP home page Giter VIP logo

force-rush's People

Contributors

famulan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

force-rush's Issues

make有点小问题,state.o目标文件不存在而无法编译

imitation-of-arcaea分支下 Makefile
修改如下
LDFLAGS := sdl2-config --cflags
CFLAGS := -O0 -c -g
LIBS := -Wl,--start-group sdl2-config --libs -lSDL2_image -lSDL2_mixer -lSDL2_ttf

all: run

run: about_sidedialog.o button.o control_handler.o crafting_state.o debug_widget.o loading_state.o main.o main_state.o select_state.o song_list.o sound_manager.o sprite.o system.o texture_manager.o timer.o
$(CXX) $(LDFLAGS) $(LIBS) about_sidedialog.o button.o control_handler.o crafting_state.o debug_widget.o loading_state.o main.o main_state.o select_state.o song_list.o sound_manager.o sprite.o system.o texture_manager.o timer.o -O2 -o run

about_sidedialog.o: main/about_sidedialog.cpp main/about_sidedialog.h
$(CXX) main/about_sidedialog.cpp $(CFLAGS)
button.o: button.cpp button.h sprite.h
$(CXX) button.cpp $(CFLAGS)
control_handler.o: control_handler.cpp control_handler.h
$(CXX) control_handler.cpp $(CFLAGS)
crafting_state.o: crafting/crafting_state.cpp crafting/crafting_state.h state.h
$(CXX) crafting/crafting_state.cpp $(CFLAGS)
debug_widget.o: debug_widget.cpp debug_widget.h
$(CXX) debug_widget.cpp $(CFLAGS)
loading_state.o: loading/loading_state.cpp loading/loading_state.h state.h
$(CXX) loading/loading_state.cpp $(CFLAGS)
main.o: main.cpp
$(CXX) main.cpp $(CFLAGS)
main_state.o: main/main_state.cpp main/main_state.h state.h
$(CXX) main/main_state.cpp $(CFLAGS)
select_state.o: select/select_state.cpp select/select_state.h state.h
$(CXX) select/select_state.cpp $(CFLAGS)
song_list.o: select/song_list.cpp select/song_list.h
$(CXX) select/song_list.cpp $(CFLAGS)
sound_manager.o: sound_manager.cpp sound_manager.h
$(CXX) sound_manager.cpp $(CFLAGS)
sprite.o: sprite.cpp sprite.h
$(CXX) sprite.cpp $(CFLAGS)
system.o: system.cpp system.h
$(CXX) system.cpp $(CFLAGS)
texture_manager.o: texture_manager.cpp texture_manager.h
$(CXX) texture_manager.cpp $(CFLAGS)
timer.o: timer.cpp timer.h
$(CXX) timer.cpp $(CFLAGS)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.