mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 11:06:49 -05:00
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.
This commit is contained in:
10
Makefile.dc
10
Makefile.dc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user