subversion conversion complete!
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401658
This commit is contained in:
parent
6c75fac19f
commit
a0fa14aca9
5 changed files with 6 additions and 68 deletions
17
.cvsignore
17
.cvsignore
|
@ -1,17 +0,0 @@
|
||||||
aclocal.m4
|
|
||||||
autom4te*
|
|
||||||
config.cache
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
configure
|
|
||||||
libtool
|
|
||||||
Makefile
|
|
||||||
sdl-config
|
|
||||||
SDL.spec
|
|
||||||
SDL.qpg
|
|
||||||
build
|
|
||||||
build-deps
|
|
||||||
VisualC
|
|
||||||
VisualCE
|
|
||||||
Xcode
|
|
||||||
.DS_Store
|
|
15
Makefile.in
15
Makefile.in
|
@ -150,8 +150,7 @@ dist $(distfile):
|
||||||
$(SHELL) $(auxdir)/mkinstalldirs $(distdir)
|
$(SHELL) $(auxdir)/mkinstalldirs $(distdir)
|
||||||
tar cf - $(DIST) | (cd $(distdir); tar xf -)
|
tar cf - $(DIST) | (cd $(distdir); tar xf -)
|
||||||
cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
|
cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
|
||||||
rm -rf `find $(distdir) -name CVS`
|
rm -rf `find $(distdir) -name .svn`
|
||||||
rm -f `find $(distdir) -name '.cvsignore'`
|
|
||||||
rm -f `find $(distdir) -name '.#*'`
|
rm -f `find $(distdir) -name '.#*'`
|
||||||
rmdir `find $(distdir) -type d -empty`
|
rmdir `find $(distdir) -type d -empty`
|
||||||
tar cvf - $(distdir) | gzip --best >$(distfile)
|
tar cvf - $(distdir) | gzip --best >$(distfile)
|
||||||
|
@ -160,14 +159,12 @@ dist $(distfile):
|
||||||
rpm: $(distfile)
|
rpm: $(distfile)
|
||||||
rpmbuild -ta $?
|
rpmbuild -ta $?
|
||||||
|
|
||||||
# Create a CVS snapshot that people can run update -d on
|
# Create a SVN snapshot that people can run update on
|
||||||
CVSROOT = :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs
|
|
||||||
snapshot:
|
snapshot:
|
||||||
cvs -d $(CVSROOT) login
|
svn co svn://libsdl.org/trunk/SDL
|
||||||
cvs -d $(CVSROOT) checkout -P SDL12
|
(cd SDL && ./autogen.sh && rm -rf autom4te.cache)
|
||||||
(cd SDL12 && ./autogen.sh && rm -rf autom4te.cache)
|
cp SDL/include/SDL_config.h.default SDL/include/SDL_config.h
|
||||||
cp SDL12/include/SDL_config.h.default SDL12/include/SDL_config.h
|
mv SDL SDL-1.2
|
||||||
mv SDL12 SDL-1.2
|
|
||||||
tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
|
tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
|
||||||
rm -f $(HOME)/SDL-1.2.zip
|
rm -f $(HOME)/SDL-1.2.zip
|
||||||
zip -r $(HOME)/SDL-1.2.zip SDL-1.2
|
zip -r $(HOME)/SDL-1.2.zip SDL-1.2
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
SDL_config.h
|
|
|
@ -1 +0,0 @@
|
||||||
Info.plist
|
|
|
@ -1,40 +0,0 @@
|
||||||
aclocal.m4
|
|
||||||
autom4te*
|
|
||||||
config.cache
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
configure
|
|
||||||
Makefile
|
|
||||||
SDL.dll
|
|
||||||
stdout.txt
|
|
||||||
stderr.txt
|
|
||||||
checkkeys
|
|
||||||
graywin
|
|
||||||
loopwave
|
|
||||||
testalpha
|
|
||||||
testbitmap
|
|
||||||
testblitspeed
|
|
||||||
testcdrom
|
|
||||||
testdyngl
|
|
||||||
testerror
|
|
||||||
testfile
|
|
||||||
testgamma
|
|
||||||
testgl
|
|
||||||
testhread
|
|
||||||
testiconv
|
|
||||||
testjoystick
|
|
||||||
testkeys
|
|
||||||
testlock
|
|
||||||
testoverlay
|
|
||||||
testoverlay2
|
|
||||||
testpalette
|
|
||||||
testplatform
|
|
||||||
testsem
|
|
||||||
testsprite
|
|
||||||
testtimer
|
|
||||||
testver
|
|
||||||
testvidinfo
|
|
||||||
testwin
|
|
||||||
testwm
|
|
||||||
threadwin
|
|
||||||
torturethread
|
|
Loading…
Add table
Add a link
Reference in a new issue