Added shell app to the Win32 target.
diff --git a/contiki-win32/conf/ctk-conf.h b/contiki-win32/conf/ctk-conf.h
index c395ba8..5f998be 100644
--- a/contiki-win32/conf/ctk-conf.h
+++ b/contiki-win32/conf/ctk-conf.h
@@ -32,7 +32,7 @@
  *
  * This file is part of the "ctk" console GUI toolkit for cc65
  *
- * $Id: ctk-conf.h,v 1.2 2005/02/15 15:10:59 oliverschmidt Exp $
+ * $Id: ctk-conf.h,v 1.3 2005/04/19 23:07:54 oliverschmidt Exp $
  *
  */
 
@@ -84,7 +84,7 @@
 /* Defines the default width of a menu. */
 #define CTK_CONF_MENUWIDTH            16
 /* The maximum number of menu items in each menu. */
-#define CTK_CONF_MAXMENUITEMS         15
+#define CTK_CONF_MAXMENUITEMS         16
 
 /* Toggles support for screen savers. */
 #define CTK_CONF_SCREENSAVER          0
diff --git a/contiki-win32/conf/program-handler-conf.h b/contiki-win32/conf/program-handler-conf.h
index f5e800b..d0f5216 100644
--- a/contiki-win32/conf/program-handler-conf.h
+++ b/contiki-win32/conf/program-handler-conf.h
@@ -30,11 +30,11 @@
  * 
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: program-handler-conf.h,v 1.1 2005/02/15 15:03:07 oliverschmidt Exp $
+ * $Id: program-handler-conf.h,v 1.2 2005/04/19 23:07:54 oliverschmidt Exp $
  */
 #ifndef __PROGRAM_HANDLER_CONF_H__
 #define __PROGRAM_HANDLER_CONF_H__
 
-#define PROGRAM_HANDLER_CONF_MAX_NUMDSCS 15
+#define PROGRAM_HANDLER_CONF_MAX_NUMDSCS 16
 
 #endif /* __PROGRAM_HANDLER_CONF_H__ */
diff --git a/contiki-win32/conf/shell-gui-conf.h b/contiki-win32/conf/shell-gui-conf.h
new file mode 100644
index 0000000..45846b0
--- /dev/null
+++ b/contiki-win32/conf/shell-gui-conf.h
@@ -0,0 +1,8 @@
+#ifndef __SHELL_GUI_CONF_H__
+#define __SHELL_GUI_CONF_H__
+
+#define SHELL_GUI_CONF_XSIZE 46
+#define SHELL_GUI_CONF_YSIZE 22
+
+
+#endif /* __SHELL_GUI_CONF_H__ */