pciscc.mak
来自「高速同步串口芯片PEB20534的驱动程序」· MAK 代码 · 共 15 行
MAK
15 行
# 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 + =
减小字号Ctrl + -
显示快捷键?