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