added win32 launcher program. also changed VC++ dsp and dsw

files to binary form so \r\n aren't converted.  added icons
to client and server apps on win32.
This commit is contained in:
crs
2002-08-11 11:49:36 +00:00
parent 3d41e1c7fd
commit 435bb738e6
38 changed files with 4463 additions and 2603 deletions

View File

@@ -19,13 +19,13 @@
// set version macro if not set yet
#if !defined(VERSION)
# define VERSION "1.0.0"
# define VERSION "0.9.8"
#endif
// important strings
static const char* kCopyright = "Copyright (C) 2002 Chris Schoeneman";
static const char* kContact = "Chris Schoeneman, crs23@bigfoot.com";
static const char* kWebsite = "";
static const char* kWebsite = "http://synergy2.sourceforge.net/";
// build version. follows linux kernel style: an even minor number implies
// a release version, odd implies development version.