comparison Makefile.dc @ 1694:7b19e09f5481 SDL-1.3

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.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Jun 2006 06:41:15 +0000
parents e49147870aac
children
comparison
equal deleted inserted replaced
1693:504cb581ae1c 1694:7b19e09f5481
99 test/testwin.c \ 99 test/testwin.c \
100 test/testwm.c \ 100 test/testwm.c \
101 test/threadwin.c \ 101 test/threadwin.c \
102 test/torturethread.c \ 102 test/torturethread.c \
103 103
104 $(TARGET): $(OBJS) 104 $(TARGET): copy_config \
105 $(AR) rcs $(TARGET) $(OBJS) 105 $(OBJS)
106 $(AR) rcs $(TARGET) $(OBJS)
107
108 copy_config:
109 @cp include/SDL_config.h.default include/SDL_config.h
106 110
107 clean: 111 clean:
108 rm -f $(OBJS) 112 rm -f include/SDL_config.h $(OBJS)