📄 makefile
字号:
all :
nmake /nologo /f makemic all
dist: all
-rm SyncServer-4.0.zip
zip -j9 SyncServer-4.0.zip SyncServer.exe SyncServer.cfg SyncUpload.exe SyncUpload.wrk
copy SyncServer-4.0.zip d:\\www.kessels.com\\html\\SyncServer\\SyncServer-4.0.zip
zip -j9 SyncServer-src-4.0.zip SyncServer.c SyncServer.cfg \
SyncUpload.c SyncUpload.wrk md5.c md5.h common.c common.h makefile makemic version.h
copy SyncServer-src-4.0.zip d:\\www.kessels.com\\html\\SyncServer\\SyncServer-src-4.0.zip
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -