r267: First CVS import
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 17 Dec 2000 19:07:25 +0000 (19:07 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 17 Dec 2000 19:07:25 +0000 (19:07 +0000)
README.msvc [new file with mode: 0644]

diff --git a/README.msvc b/README.msvc
new file mode 100644 (file)
index 0000000..5a588cf
--- /dev/null
@@ -0,0 +1,25 @@
+Guidelines for using Microsoft Visual C++ to compile CTSim
+----------------------------------------------------------
+
+A MSVC v6 workspace is located at msvc/ctsim.dsw. It references
+several projects included in this CTSim distribution (table 1).  It
+also references projects located outside of the distribution (table
+2).
+
+Table 1
+-------
+Projects inside distribution
+
+msvc\libctsim\libctsim.dsp
+msvc\pjrec\pjrec.dsp
+
+
+Table 2
+-------
+Projects outside distribution
+
+..\wx2
+..\fftw-2.1.3\
+..\fftw-2.1.3\
+..\zlib
+..\lpng108\
\ No newline at end of file