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