makefile
来自「Jazmyn is a 32-bit, protected mode, mult」· 代码 · 共 9 行
TXT
9 行
CPPFLAGS = -ffreestanding -I..\..\include -nostdlib -fno-builtin -fno-rtti -fno-exceptions -finline -fomit-frame-pointer -w
queue :
gcc -c queue.cpp -o ..\..\obj\queue.o $(CPPFLAGS)
semaphore:
gcc -c semaphore.cpp -o ..\..\obj\semaphore.o $(CPPFLAGS)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?