Mercurial > sdl-ios-xcode
diff src/main/win32/exports/Makefile @ 1317:6c7b69218276
Updated exports
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 01 Feb 2006 09:01:12 +0000 |
parents | 51b5e0be61c3 |
children | c71e05b4dc2e |
line wrap: on
line diff
--- a/src/main/win32/exports/Makefile Wed Feb 01 08:24:32 2006 +0000 +++ b/src/main/win32/exports/Makefile Wed Feb 01 09:01:12 2006 +0000 @@ -11,11 +11,11 @@ ../../../../include/SDL_endian.h \ ../../../../include/SDL_error.h \ ../../../../include/SDL_events.h \ + ../../../../include/SDL_getenv.h \ ../../../../include/SDL_joystick.h \ ../../../../include/SDL_keyboard.h \ ../../../../include/SDL_keysym.h \ ../../../../include/SDL_loadso.h \ - ../../../../include/SDL_main.h \ ../../../../include/SDL_mouse.h \ ../../../../include/SDL_mutex.h \ ../../../../include/SDL_quit.h \ @@ -30,7 +30,7 @@ all: $(EXPORTS) -$(EXPORTS): $(HEADERS) +$(EXPORTS): Makefile gendef.pl $(HEADERS) perl gendef.pl $(HEADERS) >$@ || rm $@ clean: