?? x-next
字號:
# Make assignments for compiling on NeXT with their compiler version.CC=cc -traditional-cppOLDCC=CC -traditional-cpp# Specify other dirs of system header files to be fixed.OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers# <limits.h> is sometimes in /usr/include/ansi/limits.h.LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]# f771 is so big, we need to tell linker on m68k-next-nextstep* to# make enough room for it.BOOT_LDFLAGS=-segaddr __DATA 6000000
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -