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

📄 leap_nas.vpj

📁 MD5、RSA加解密,主要用在Linux環境執行。有編寫makefile提供編譯
💻 VPJ
字号:
<!DOCTYPE Project SYSTEM "http://www.slickedit.com/dtd/vse/10.0/vpj.dtd"><Project	Version="10.0"	VendorName="SlickEdit"	WorkingDir="."	BuildSystem="automakefile"	BuildMakeFile="Makefile">	<Config		Name="Debug"		Type="gnuc"		DebugCallbackName="gdb"		Version="1"		OutputFile="%bdleap_nas"		CompilerConfigName="Latest Version">		<Menu>			<Target				Name="Compile"				MenuCaption="&amp;Compile"				Dialog="_gnuc_options_form Compile"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				OutputExts="*.o"				SaveOption="SaveCurrent"				RunFromDir="%rw">				<Exec CmdLine='gcc -c %xup  %defd -g -o "%bd%n%oe" %i "%f"'/>			</Target>			<Target				Name="Link"				MenuCaption="&amp;Link"				ShowOnMenu="Never"				Dialog="_gnuc_options_form Link"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveCurrent"				RunFromDir="%rw">				<Exec CmdLine='gcc %xup -g -o "%o" %f %libs'/>			</Target>			<Target				Name="Build"				MenuCaption="&amp;Build"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveWorkspaceFiles"				RunFromDir="%rw">				<Exec CmdLine='gmake -f "Makefile" CFG=%b'/>			</Target>			<Target				Name="Rebuild"				MenuCaption="&amp;Rebuild"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveWorkspaceFiles"				RunFromDir="%rw">				<Exec CmdLine='gmake -f "Makefile" rebuild CFG=%b'/>			</Target>			<Target				Name="Debug"				MenuCaption="&amp;Debug"				Dialog="_gnuc_options_form Run/Debug"				BuildFirst="1"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveNone"				RunFromDir="%rw">				<Exec CmdLine='vsdebugio -prog "%o"'/>			</Target>			<Target				Name="Execute"				MenuCaption="E&amp;xecute"				Dialog="_gnuc_options_form Run/Debug"				BuildFirst="1"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveWorkspaceFiles"				RunFromDir="%rw">				<Exec CmdLine='"%o"'/>			</Target>			<Target				Name="dash"				MenuCaption="-"				Deletable="0">				<Exec/>			</Target>			<Target				Name="GNU C Options"				MenuCaption="GNU C &amp;Options..."				ShowOnMenu="HideIfNoCmdLine"				Deletable="0"				SaveOption="SaveNone">				<Exec					CmdLine="gnucoptions"					Type="Slick-C"/>			</Target>		</Menu>		<Libs PreObjects="0">			<Lib File="/usr/lib/libsktc.so"/>			<Lib File="-lssl"/>		</Libs>	</Config>	<Config		Name="Release"		Type="gnuc"		DebugCallbackName="gdb"		Version="1"		OutputFile="%bdleap_nas"		CompilerConfigName="Latest Version">		<Menu>			<Target				Name="Compile"				MenuCaption="&amp;Compile"				Dialog="_gnuc_options_form Compile"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				OutputExts="*.o"				SaveOption="SaveCurrent"				RunFromDir="%rw">				<Exec CmdLine='gcc -c %xup %defd -o "%bd%n%oe" %i "%f"'/>			</Target>			<Target				Name="Link"				MenuCaption="&amp;Link"				ShowOnMenu="Never"				Dialog="_gnuc_options_form Link"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveCurrent"				RunFromDir="%rw">				<Exec CmdLine='gcc %xup -o "%o" %f %libs'/>			</Target>			<Target				Name="Build"				MenuCaption="&amp;Build"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveWorkspaceFiles"				RunFromDir="%rw">				<Exec CmdLine='gmake -f "Makefile" CFG=%b'/>			</Target>			<Target				Name="Rebuild"				MenuCaption="&amp;Rebuild"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveWorkspaceFiles"				RunFromDir="%rw">				<Exec CmdLine='gmake -f "Makefile" rebuild CFG=%b'/>			</Target>			<Target				Name="Debug"				MenuCaption="&amp;Debug"				Dialog="_gnuc_options_form Run/Debug"				BuildFirst="1"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveNone"				RunFromDir="%rw">				<Exec CmdLine='vsdebugio -prog "%o"'/>			</Target>			<Target				Name="Execute"				MenuCaption="E&amp;xecute"				Dialog="_gnuc_options_form Run/Debug"				BuildFirst="1"				CaptureOutputWith="ProcessBuffer"				Deletable="0"				SaveOption="SaveWorkspaceFiles"				RunFromDir="%rw">				<Exec CmdLine='"%o"'/>			</Target>			<Target				Name="dash"				MenuCaption="-"				Deletable="0">				<Exec/>			</Target>			<Target				Name="GNU C Options"				MenuCaption="GNU C &amp;Options..."				ShowOnMenu="HideIfNoCmdLine"				Deletable="0"				SaveOption="SaveNone">				<Exec					CmdLine="gnucoptions"					Type="Slick-C"/>			</Target>		</Menu>		<Libs PreObjects="0">			<Lib File="/usr/lib/libsktc.so"/>			<Lib File="-lssl"/>		</Libs>	</Config>	<Files>		<Folder			Name="Source Files"			Filters="*.c;*.C;*.cc;*.cpp;*.cp;*.cxx;*.prg;*.pas;*.dpr;*.asm;*.s;*.bas;*.java;*.cs;*.sc;*.e;*.cob;*.html;*.rc;*.tcl;*.py;*.pl">			<F N="leap_nas.c"/>			<F N="utility.c"/>		</Folder>		<Folder			Name="Header Files"			Filters="*.h;*.H;*.hh;*.hpp;*.hxx;*.inc;*.sh;*.cpy;*.if">			<F N="utility.h"/>		</Folder>		<Folder			Name="Resource Files"			Filters="*.ico;*.cur;*.dlg"/>		<Folder			Name="Bitmaps"			Filters="*.bmp"/>		<Folder			Name="Other Files"			Filters="">			<F				N="Makefile"				Type="Makefile"/>		</Folder>	</Files></Project>

⌨️ 快捷键说明

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