* Move msvc/Makefile.am back to its proper place. * Add the new visual studio build files to the distribution.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
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 =