realigned comments

git-svn-id: svn://anubis/anaglym/trunk@107 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2009-10-19 16:02:10 +00:00
parent 28242e159b
commit 2f0bef4297

View File

@ -90,14 +90,18 @@ sdl_keymap.cc: gen-sdl-keymap.pl
dist: all dist: all
-mkdir -p $@ -mkdir -p $@
cp -a lib $@ cp -a lib $@
# I didn't want to rely on 'rsync' being available to exclude .svn folders # I didn't want to rely on 'rsync' being available to exclude .svn folders
# or svn being available to properly export directories... # or svn being available to properly export directories...
find $@ -depth -name '.svn' -exec rm -rf {} ';' find $@ -depth -name '.svn' -exec rm -rf {} ';'
cp $(TARGET) $@ cp $(TARGET) $@
ifeq ($(WINDOWS),1) ifeq ($(WINDOWS),1)
cp -a $(shell which SDL.dll) $@ cp -a $(shell which SDL.dll) $@
cp -a $(shell which SDL_image.dll) $@ cp -a $(shell which SDL_image.dll) $@
cp -a $(shell which ODE.dll) $@ cp -a $(shell which ODE.dll) $@
cp -a $(shell which jpeg.dll) $@
cp -a $(shell which libpng12-0.dll) $@
cp -a $(shell which zlib1.dll) $@
cp -a $(shell which libtiff-3.dll) $@
endif endif
clean: clean: