Include wget shell command in "standard" shell environments.

This commit is contained in:
oliverschmidt 2008-11-10 22:23:50 +00:00
parent c109e102c4
commit 24f04a57b2
2 changed files with 76 additions and 4 deletions

View File

@ -42,7 +42,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler" AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/webbrowser"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
@ -119,7 +119,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler" AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/webbrowser"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
RuntimeLibrary="2" RuntimeLibrary="2"
ProgramDataBaseFileName="$(IntDir)\$(TargetFileName).vc90.pdb" ProgramDataBaseFileName="$(IntDir)\$(TargetFileName).vc90.pdb"
@ -203,6 +203,34 @@
> >
</File> </File>
</Filter> </Filter>
<Filter
Name="webbrowser"
>
<File
RelativePath="..\..\..\apps\webbrowser\http-strings.c"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\http-strings.h"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\http-user-agent-string.c"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\http-user-agent-string.h"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\webclient.c"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\webclient.h"
>
</File>
</Filter>
<File <File
RelativePath="..\..\..\apps\shell\gui-shell.c" RelativePath="..\..\..\apps\shell\gui-shell.c"
> >
@ -299,6 +327,14 @@
RelativePath="..\..\..\apps\shell\shell-vars.h" RelativePath="..\..\..\apps\shell\shell-vars.h"
> >
</File> </File>
<File
RelativePath="..\..\..\apps\shell\shell-wget.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-wget.h"
>
</File>
<File <File
RelativePath="..\..\..\apps\shell\shell.c" RelativePath="..\..\..\apps\shell\shell.c"
> >

View File

@ -42,7 +42,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/shell" AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/shell;../../../apps/webbrowser"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
@ -119,7 +119,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/shell" AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/shell;../../../apps/webbrowser"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
RuntimeLibrary="2" RuntimeLibrary="2"
ProgramDataBaseFileName="$(IntDir)\$(TargetFileName).vc90.pdb" ProgramDataBaseFileName="$(IntDir)\$(TargetFileName).vc90.pdb"
@ -298,6 +298,14 @@
RelativePath="..\..\..\apps\shell\shell-vars.h" RelativePath="..\..\..\apps\shell\shell-vars.h"
> >
</File> </File>
<File
RelativePath="..\..\..\apps\shell\shell-wget.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-wget.h"
>
</File>
<File <File
RelativePath="..\..\..\apps\shell\shell.c" RelativePath="..\..\..\apps\shell\shell.c"
> >
@ -307,6 +315,34 @@
> >
</File> </File>
</Filter> </Filter>
<Filter
Name="webbrowser"
>
<File
RelativePath="..\..\..\apps\webbrowser\http-strings.c"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\http-strings.h"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\http-user-agent-string.c"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\http-user-agent-string.h"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\webclient.c"
>
</File>
<File
RelativePath="..\..\..\apps\webbrowser\webclient.h"
>
</File>
</Filter>
<File <File
RelativePath="..\..\..\apps\telnetd\telnetd-gui.c" RelativePath="..\..\..\apps\telnetd\telnetd-gui.c"
> >