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
This commit is contained in:
parent
e64b9862f0
commit
772972e264
1 changed files with 7 additions and 3 deletions
|
@ -100,8 +100,12 @@ TEST = \
|
||||||
test/threadwin.c \
|
test/threadwin.c \
|
||||||
test/torturethread.c \
|
test/torturethread.c \
|
||||||
|
|
||||||
$(TARGET): $(OBJS)
|
$(TARGET): copy_config \
|
||||||
|
$(OBJS)
|
||||||
$(AR) rcs $(TARGET) $(OBJS)
|
$(AR) rcs $(TARGET) $(OBJS)
|
||||||
|
|
||||||
|
copy_config:
|
||||||
|
@cp include/SDL_config.h.default include/SDL_config.h
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS)
|
rm -f include/SDL_config.h $(OBJS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue