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*);
char* strdup(const char*);
#else /* __CYGWIN__ */
#define HAVE_SNPRINTF
#define snprintf _snprintf
#define strcasecmp _stricmp
#define strdup _strdup
#endif /* __CYGWIN__ */

View file

@ -185,9 +185,117 @@
RelativePath="..\..\..\core\lib\ctk-textentry-cmdline.h"
>
</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>
<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

View file

@ -177,6 +177,14 @@
<Filter
Name="lib"
>
<File
RelativePath="..\..\..\core\lib\list.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\list.h"
>
</File>
<File
RelativePath="..\..\..\core\lib\memb.c"
>
@ -185,10 +193,110 @@
RelativePath="..\..\..\core\lib\memb.h"
>
</File>
<File
RelativePath="..\..\..\core\lib\random.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\random.h"
>
</File>
</Filter>
<Filter
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
RelativePath="..\..\..\apps\shell\shell.c"
>