📄 maptest.mak
字号:
# Nmake macros for building Windows 32-Bit apps
!include <ntwin32.mak>
all: maptest.exe
maptest.obj: maptest.c
$(cc) $(cflags) $(cvars) $(cdebug) -I..\sys maptest.c
maptest.exe: maptest.obj
$(link) $(linkdebug) $(conflags) -out:maptest.exe maptest.obj $(conlibs)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -