Adjusted to the new shell.

This commit is contained in:
oliverschmidt 2008-02-10 12:13:06 +00:00
parent 2b1abd87af
commit 8823dfe250
3 changed files with 219 additions and 1 deletions

View File

@ -18,6 +18,8 @@
int strcasecmp(const char*, const char*); int strcasecmp(const char*, const char*);
char* strdup(const char*); char* strdup(const char*);
#else /* __CYGWIN__ */ #else /* __CYGWIN__ */
#define HAVE_SNPRINTF
#define snprintf _snprintf
#define strcasecmp _stricmp #define strcasecmp _stricmp
#define strdup _strdup #define strdup _strdup
#endif /* __CYGWIN__ */ #endif /* __CYGWIN__ */

View File

@ -185,9 +185,117 @@
RelativePath="..\..\..\core\lib\ctk-textentry-cmdline.h" RelativePath="..\..\..\core\lib\ctk-textentry-cmdline.h"
> >
</File> </File>
<File
RelativePath="..\..\..\core\lib\list.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\list.h"
>
</File>
<File
RelativePath="..\..\..\core\lib\random.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\random.h"
>
</File>
</Filter> </Filter>
<File <File
RelativePath="..\..\..\apps\shell\shell-gui.c" RelativePath="..\..\..\apps\shell\gui-shell.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-blink.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-exec.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-file.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-file.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-netfile.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-profile.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-ps.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-ps.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-reboot.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-netcmd.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-ping.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-sniff.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rsh.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-run.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-run.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-sendtest.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-sky.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-text.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-text.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-time.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-time.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-vars.h"
> >
</File> </File>
<File <File

View File

@ -177,6 +177,14 @@
<Filter <Filter
Name="lib" Name="lib"
> >
<File
RelativePath="..\..\..\core\lib\list.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\list.h"
>
</File>
<File <File
RelativePath="..\..\..\core\lib\memb.c" RelativePath="..\..\..\core\lib\memb.c"
> >
@ -185,10 +193,110 @@
RelativePath="..\..\..\core\lib\memb.h" RelativePath="..\..\..\core\lib\memb.h"
> >
</File> </File>
<File
RelativePath="..\..\..\core\lib\random.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\random.h"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="shell" Name="shell"
> >
<File
RelativePath="..\..\..\apps\shell\shell-blink.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-exec.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-file.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-file.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-netfile.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-profile.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-ps.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-ps.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-reboot.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-netcmd.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-ping.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-sniff.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rsh.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-run.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-run.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-sendtest.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-sky.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-text.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-text.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-time.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-time.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-vars.h"
>
</File>
<File <File
RelativePath="..\..\..\apps\shell\shell.c" RelativePath="..\..\..\apps\shell\shell.c"
> >