genwindowsmakefiles.cmd

来自「linux下的rtsp/rtp/rtcp协议栈源代码; c++写的」· CMD 代码 · 共 28 行

CMD
28
字号
@Echo OFFSETLOCALfor %%I in (%0) do %%~dIfor %%I in (%0) do cd "%%~pI"cd liveMediadel /Q liveMedia.makdel /Q Makefiletype Makefile.head ..\win32config Makefile.tail > liveMedia.makcd ../groupsockdel /Q groupsock.makdel /Q Makefiletype Makefile.head ..\win32config Makefile.tail > groupsock.makcd ../UsageEnvironmentdel /Q UsageEnvironment.makdel /Q Makefiletype Makefile.head ..\win32config Makefile.tail > UsageEnvironment.makcd ../BasicUsageEnvironmentdel /Q BasicUsageEnvironment.makdel /Q Makefiletype Makefile.head ..\win32config Makefile.tail > BasicUsageEnvironment.makcd ../testProgsdel /Q testProgs.makdel /Q Makefiletype Makefile.head ..\win32config Makefile.tail > testProgs.makENDLOCAL

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?