⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 mini http server,可以集成嵌入到程序中,实现简单的web功能
💻 IN
字号:
#
#
#

<Global>
DIRECTORIES=bin Conf cgi-bin cgi-win cgi-temp devel Cache Fragment Icons Logs Pi3Docs WebRoot WebRoot2 Tests cgi-fcgi Isapi
FILES=LICENSE README RELNOTES CONTRIB.TXT 
</Global>

<Target>
Name=WIN32_CLEAN
Build=$(CMD_RM) foo.tmp $(CMD_SEPERATOR) cd .. $(CMD_SEPERATOR) cd .. $(CMD_SEPERATOR) $(CMD_RM_R) $(FILES) $(CMD_SEPERATOR) $(CMD_RM_R) $(DIRECTORIES)
Depends=
AddToClean
</Target>

#
# The only difference between the POSIX and Win32 targets is that
# ../../. is substituted for ..\..\. in Win32 and unix targets chmod +x *.pi3
#
<Target>
Name=POSIX
Build=$(CMD_CP_R) * ../../. $(CMD_SEPERATOR) cd ../.. $(CMD_SEPERATOR) $(CMD_RM) Config.in Makefile foo.tmp $(CMD_SEPERATOR) $(CMD_CP) Source/Examples/* devel/cgi $(CMD_SEPERATOR) $(CMD_CP) Source/Plugins/* devel/Plugins $(CMD_SEPERATOR) $(CMD_PERL) Source/Scripts/2html.pl Pi3Docs/Examples/Config Conf/*.pi3 $(CMD_SEPERATOR) chmod -f +x Conf/*.pi3 bin/*.sh Pi3Docs/Features/*.php3 $(CMD_SEPERATOR) $(CMD_PERL) Source/Scripts/2html.pl Pi3Docs/Examples/Source Source/Examples/*.c Source/Plugins/*.c $(CMD_SEPERATOR) chmod -f +x *.sh $(CMD_SEPERATOR) $(CMD_RM) bin/*.bat
Depends=
</Target>

<Target>
Name=WIN32
Build=$(CMD_CP_R) * ..\..\. $(CMD_SEPERATOR) cd ..\.. $(CMD_SEPERATOR) $(CMD_RM) Config.in $(CMD_SEPERATOR) $(CMD_RM) Makefile $(CMD_SEPERATOR) $(CMD_RM) foo.tmp $(CMD_SEPERATOR) $(CMD_CP) Source\Examples\*.* devel\cgi $(CMD_SEPERATOR) $(CMD_CP) Source\Plugins\*.* devel\Plugins $(CMD_SEPERATOR) $(CMD_PERL) Source\Scripts\2html.pl Pi3Docs\Examples\Config Conf\*.pi3 $(CMD_SEPERATOR) $(CMD_PERL) Source\Scripts\2html.pl Pi3Docs\Examples\Source Source\Examples\*.c Source\Plugins\*.c $(CMD_SEPERATOR) $(CMD_RM) bin\*.sh $(CMD_SEPERATOR) $(CMD_PERL) Source\Scripts\2win.pl $(FILES)
Depends=
</Target>

<Target>
Name=foo.tmp
Build=$(MAKE) $(CONFIG_OS_FLAVOR) $(CMD_SEPERATOR) echo > foo.tmp
AddToAll
</Target>

⌨️ 快捷键说明

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