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

Modified Files:
	NetrekXP to do list.C build.cmd clientr.suo clientr.vcproj 
Log Message:
Changed beeplite from built-into-the-client bitmaps to actual windows bitmaps

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
Binary files /tmp/cvsvdsbhq and /tmp/cvsqJsnB8 differ

Index: clientr.vcproj
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- clientr.vcproj	12 Jun 2006 14:10:29 -0000	1.4
+++ clientr.vcproj	14 Jun 2006 10:38:37 -0000	1.5
@@ -1789,10 +1789,6 @@
 			</File>
 		</Filter>
 		<File
-			RelativePath=".\src\litebitmaps.h"
-			>
-		</File>
-		<File
 			RelativePath="src\main.ico"
 			>
 			<FileConfiguration

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- NetrekXP to do list.C	13 Jun 2006 11:18:22 -0000	1.53
+++ NetrekXP to do list.C	14 Jun 2006 10:38:36 -0000	1.54
@@ -57,8 +57,6 @@
 7a) review all scrolling messes up text, if bottom of window is below the visible
 bottom border of netrek window.  Actually will happen to whatever window is mapped 
 down there at bottom of screen
-8) Change beeplite (and any other bitmaps) that are in header file graphical format,
-into actual bitmap files (necessary for eventual tactical and galactic scaling)
 
 Stas's list:
 - color coded playerlist.

Index: build.cmd
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- build.cmd	13 Jun 2006 11:18:22 -0000	1.18
+++ build.cmd	14 Jun 2006 10:38:36 -0000	1.19
@@ -473,6 +473,7 @@
 copy resources\misclib\mono\stipple.bmp %InstCWD%\netrek\bitmaps\misclib
 copy resources\misclib\mono\varyhull.bmp %InstCWD%\netrek\bitmaps\misclib
 copy resources\misclib\mono\vshield.bmp %InstCWD%\netrek\bitmaps\misclib
+copy resources\misclib\mono\beeplite*.bmp %InstCWD%\netrek\bitmaps\misclib
 
 mkdir %InstCWD%\netrek\bitmaps\misclib\color
 copy resources\misclib\color\*.bmp %InstCWD%\netrek\bitmaps\misclib\color