--- a/Makefile.am.newautomake Thu Jan 08 05:52:41 2004 +0000
+++ b/Makefile.am.newautomake Thu Jan 08 05:53:28 2004 +0000
@@ -80,10 +80,13 @@
INSTALL \
TODO \
Doxyfile \
- CWProjects.sit \
+ CWProjects.sitx \
physfs.spec \
physfs.dsp \
test_physfs.dsp \
+ physfs_static.dsp \
+ physfs.vcproj \
+ test_physfs.vcproj \
platform/skeleton.c \
platform/macclassic.c \
platform/win32.c \
@@ -96,6 +99,7 @@
Makefile.am.newautomake \
zlib_license_change.txt \
makeos2.cmd \
+ PBProjects \
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST)
else
@@ -128,11 +132,15 @@
INSTALL \
TODO \
Doxyfile \
- CWProjects.sit \
+ PBProjects \
+ CWProjects.sitx \
physfs.spec.in \
physfs.spec \
physfs.dsp \
test_physfs.dsp \
+ physfs_static.dsp \
+ physfs.vcproj \
+ test_physfs.vcproj \
zlib_license_change.txt \
makeos2.cmd
@@ -141,6 +149,7 @@
dist-hook:
+ perl -w -pi -e 'chomp; $$_ .= "\r\n";' $(distdir)/*.dsp $(distdir)/*.vcproj
mkdir $(distdir)/docs
echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README
echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README