⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x-next

📁 gcc-2.95.3 Linux下最常用的C编译器
💻
字号:
# 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 + -