?? makefile.win
字號:
# Project: rhythm
# Makefile created by Dev-C++ 4.9.9.2
CPP = g++.exe
CC = gcc.exe
WINDRES = windres.exe
RES =
OBJ = rhythm.o sound.o timer.o edit.o check.o $(RES)
LINKOBJ = rhythm.o sound.o timer.o edit.o check.o $(RES)
LIBS = -L"D:/Dev-Cpp/lib" -mwindows -lalleg
INCS = -I"D:/Dev-Cpp/include"
CXXINCS = -I"D:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"D:/Dev-Cpp/include/c++/3.4.2/backward" -I"D:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"D:/Dev-Cpp/include/c++/3.4.2" -I"D:/Dev-Cpp/include"
BIN = rhythm.exe
CXXFLAGS = $(CXXINCS)
CFLAGS = $(INCS)
RM = rm -f
.PHONY: all all-before all-after clean clean-custom
all: all-before rhythm.exe all-after
clean: clean-custom
${RM} $(OBJ) $(BIN)
$(BIN): $(OBJ)
$(CC) $(LINKOBJ) -o "rhythm.exe" $(LIBS)
rhythm.o: rhythm.c
$(CC) -c rhythm.c -o rhythm.o $(CFLAGS)
sound.o: sound.c
$(CC) -c sound.c -o sound.o $(CFLAGS)
timer.o: timer.c
$(CC) -c timer.c -o timer.o $(CFLAGS)
edit.o: edit.c
$(CC) -c edit.c -o edit.o $(CFLAGS)
check.o: check.c
$(CC) -c check.c -o check.o $(CFLAGS)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -