📄 makefile.win32
字号:
# Makefile for GAlib# Copyright (c) 1996-1999 Matthew Wall, all rights reservedall: lib exlib: cd ga nmake /nologo /f makefile.win32 cd ..ex: cd examples nmake /nologo /f makefile.win32 cd ..clean: cd ga nmake /nologo /f makefile.win32 clean cd .. cd examples nmake /nologo /f makefile.win32 clean cd .. install: cd ga nmake /nologo /f makefile.win32 install cd ..
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -