comparison Makefile.in @ 2316:5e1f06dc5136

Checkout directly to the SDL 1.3 folder
author Sam Lantinga <slouken@libsdl.org>
date Mon, 11 Feb 2008 20:26:22 +0000
parents d87417504c75
children 20730743769d
comparison
equal deleted inserted replaced
2315:95586dfe1992 2316:5e1f06dc5136
192 commit: indent 192 commit: indent
193 svn commit 193 svn commit
194 194
195 # Create a SVN snapshot that people can run update on 195 # Create a SVN snapshot that people can run update on
196 snapshot: 196 snapshot:
197 svn co http://svn.libsdl.org/trunk/SDL 197 svn co http://svn.libsdl.org/trunk/SDL SDL-1.3
198 mv SDL SDL-1.3
199 (cd SDL-1.3 && ./autogen.sh && rm -rf autom4te.cache) 198 (cd SDL-1.3 && ./autogen.sh && rm -rf autom4te.cache)
200 cp SDL-1.3/include/SDL_config.h.default SDL-1.3/include/SDL_config.h 199 cp SDL-1.3/include/SDL_config.h.default SDL-1.3/include/SDL_config.h
201 tar zcf $(HOME)/SDL-1.3.tar.gz SDL-1.3 200 tar zcf $(HOME)/SDL-1.3.tar.gz SDL-1.3
202 rm -f $(HOME)/SDL-1.3.zip 201 rm -f $(HOME)/SDL-1.3.zip
203 zip -r $(HOME)/SDL-1.3.zip SDL-1.3 202 zip -r $(HOME)/SDL-1.3.zip SDL-1.3