Update of /cvsroot/netrek/client/netrekxp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9238

Modified Files:
	clientr.dsp compile.txt 
Log Message:
First attempt at reimport of beeplite into NetrekXP.  Unresolved issue: improper text clearing on TTS beeplite messages.  Still to add: saving of beeplite settings in save_options.

Index: clientr.dsp
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.dsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- clientr.dsp	12 Apr 2006 04:20:03 -0000	1.2
+++ clientr.dsp	18 Apr 2006 13:41:48 -0000	1.3
@@ -87,6 +87,10 @@
 # PROP Default_Filter "c"
 # Begin Source File
 
+SOURCE=.\src\beeplite.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\src\check.c
 # End Source File
 # Begin Source File

Index: compile.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/compile.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- compile.txt	16 Apr 2006 07:58:37 -0000	1.4
+++ compile.txt	18 Apr 2006 13:41:48 -0000	1.5
@@ -10,7 +10,7 @@
 - Edit src\cursors\curslib.dsp and change \netrek_files to be same as InstCWD
   (again only necessary if using VCC)
 
-After compilation there will be one folder under InstCWD - netrek.
+After compilation under BCC, there will be one folder under InstCWD - netrek.
 Netrek contains the ready to distribute netrek client tree.
 
 Stas Pirogov (keyos at keyos.org)