From 2f0bef4297eb6a5dbb6877ff5b203f452ee5c8e9 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 19 Oct 2009 16:02:10 +0000 Subject: [PATCH] realigned comments git-svn-id: svn://anubis/anaglym/trunk@107 99a6e188-d820-4881-8870-2d33a10e2619 --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6288fc7..ac45a3d 100644 --- a/Makefile +++ b/Makefile @@ -90,14 +90,18 @@ sdl_keymap.cc: gen-sdl-keymap.pl dist: all -mkdir -p $@ cp -a lib $@ - # I didn't want to rely on 'rsync' being available to exclude .svn folders - # or svn being available to properly export directories... +# I didn't want to rely on 'rsync' being available to exclude .svn folders +# or svn being available to properly export directories... find $@ -depth -name '.svn' -exec rm -rf {} ';' cp $(TARGET) $@ ifeq ($(WINDOWS),1) cp -a $(shell which SDL.dll) $@ cp -a $(shell which SDL_image.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 clean: