Skip to content

Commit

Permalink
Last minute changes, fixes, and build system updates for 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 8, 2004
1 parent 19f5b86 commit d43ca25
Show file tree
Hide file tree
Showing 17 changed files with 565 additions and 408 deletions.
473 changes: 303 additions & 170 deletions Doxyfile

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions Makefile.am.newautomake
Expand Up @@ -80,10 +80,13 @@ EXTRA_DIST = \
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 \
Expand All @@ -96,6 +99,7 @@ EXTRA_DIST = \
Makefile.am.newautomake \
zlib_license_change.txt \
makeos2.cmd \
PBProjects \
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST)

else
Expand Down Expand Up @@ -128,11 +132,15 @@ EXTRA_DIST = \
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

Expand All @@ -141,6 +149,7 @@ endif


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
Expand Down
9 changes: 7 additions & 2 deletions Makefile.am.oldautomake
Expand Up @@ -32,17 +32,22 @@ EXTRA_DIST = \
INSTALL \
TODO \
Doxyfile \
CWProjects.sit \
PBProjects \
CWProjects.sitx \
physfs.spec.in \
physfs.spec \
physfs.dsp \
physfs_static.dsp \
test_physfs.dsp \
physfs.vcproj \
test_physfs.vcproj \
zlib_license_change.txt \
makeos2.cmd

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
echo >> $(distdir)/docs/README

rm -rf `find $(distdir) -name "CVS" -type d`
Binary file modified PBProjects/English.lproj/InfoPlist.strings
Binary file not shown.

0 comments on commit d43ca25

Please sign in to comment.