Commit 772972e2 authored by Sam Lantinga's avatar Sam Lantinga

Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)

From: "Torsten Giebl"
Subject: [SDL] Patch for Makefile.DC

Hello !


This patch autom. copys SDL_config.h.default
into SDL_config.h when compiling SDL for Dreamcast
using Makefile.dc.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401867
parent e64b9862
......@@ -100,8 +100,12 @@ TEST = \
test/threadwin.c \
test/torturethread.c \
$(TARGET): $(OBJS)
$(AR) rcs $(TARGET) $(OBJS)
$(TARGET): copy_config \
$(OBJS)
$(AR) rcs $(TARGET) $(OBJS)
copy_config:
@cp include/SDL_config.h.default include/SDL_config.h
clean:
rm -f $(OBJS)
rm -f include/SDL_config.h $(OBJS)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment