Commit 654d19c470bd0c8c4c205c3a086919a3c36b5421

sammy 2008-05-06T08:24:45

* Move msvc/Makefile.am back to its proper place. * Add the new visual studio build files to the distribution.

diff --git a/msvc/Makefile.am b/msvc/Makefile.am
new file mode 100644
index 0000000..5622554
--- /dev/null
+++ b/msvc/Makefile.am
@@ -0,0 +1,26 @@
+
+EXTRA_DIST = \
+    README.txt \
+    config.h \
+    demo.cpp \
+    $(vc71_files) \
+    $(vc8_files) \
+    $(NULL)
+
+vc71_files = \
+    vc71/ftgl.sln \
+    vc71/ftgl_dll.vcproj \
+    $(NULL)
+
+vc8_files = \
+    vc8/README_WIN32.txt \
+    vc8/ftgl_static.vcproj \
+    vc8/ftgl_demo.vcproj \
+    vc8/unit_tests.vcproj \
+    vc8/ftgl.sln \
+    vc8/ftgl_demo_2.vcproj \
+    vc8/ftgl_demo.sln \
+    vc8/ftgl_dll.vcproj \
+    $(NULL)
+
+NULL =
diff --git a/msvc/vc8/Makefile.am b/msvc/vc8/Makefile.am
deleted file mode 100644
index 63257e2..0000000
--- a/msvc/vc8/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-EXTRA_DIST = \
-    README_WIN32.txt \
-    config.h \
-    demo.cpp \
-    ftgl.sln \
-    ftgl_dll.vcproj \
-    ftgl_static_lib.vcproj \
-    unit_tests.vcproj \
-    ftgl_demo.vcproj \
-    ftgl_demo_2.vcproj \
-    $(NULL)
-
-NULL =