From 40435096bcfc700c4a49cd20e6a6b3f759272300 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 6 Mar 2002 05:37:21 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40296 --- configure.in | 2 +- src/main/beos/exports/Makefile | 1 + src/main/beos/exports/SDL.exp | 3 +++ src/main/macos/exports/Makefile | 1 + src/main/macos/exports/SDL.x | 3 +++ src/main/macosx/exports/Makefile | 1 + src/main/macosx/exports/SDL.x | 3 +++ src/main/win32/exports/Makefile | 1 + src/main/win32/exports/SDL.def | 3 +++ 9 files changed, 17 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2511023a7..ce4417d5a 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ dnl Set various version strings - taken gratefully from the GTk sources SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 SDL_MICRO_VERSION=4 -SDL_INTERFACE_AGE=4 +SDL_INTERFACE_AGE=0 SDL_BINARY_AGE=4 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION diff --git a/src/main/beos/exports/Makefile b/src/main/beos/exports/Makefile index c694d29f7..251d1696b 100644 --- a/src/main/beos/exports/Makefile +++ b/src/main/beos/exports/Makefile @@ -12,6 +12,7 @@ HEADERS = \ ../../../../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 \ diff --git a/src/main/beos/exports/SDL.exp b/src/main/beos/exports/SDL.exp index d209b6aa1..4bb23d121 100644 --- a/src/main/beos/exports/SDL.exp +++ b/src/main/beos/exports/SDL.exp @@ -74,6 +74,9 @@ _SDL_GetKeyState _SDL_GetModState _SDL_SetModState _SDL_GetKeyName +_SDL_LoadObject +_SDL_LoadFunction +_SDL_UnloadObject _SDL_SetModuleHandle _SDL_RegisterApp _SDL_InitQuickDraw diff --git a/src/main/macos/exports/Makefile b/src/main/macos/exports/Makefile index 15f801f79..087429f8b 100644 --- a/src/main/macos/exports/Makefile +++ b/src/main/macos/exports/Makefile @@ -14,6 +14,7 @@ HEADERS = \ ../../../../include/SDL_joystick.h \ ../../../../include/SDL_keyboard.h \ ../../../../include/SDL_keysym.h \ + ../../../../include/SDL_loadso.h \ ../../../../include/SDL_mouse.h \ ../../../../include/SDL_mutex.h \ ../../../../include/SDL_quit.h \ diff --git a/src/main/macos/exports/SDL.x b/src/main/macos/exports/SDL.x index 448bb2f7a..179793d91 100644 --- a/src/main/macos/exports/SDL.x +++ b/src/main/macos/exports/SDL.x @@ -76,6 +76,9 @@ SDL_GetModState SDL_SetModState SDL_GetKeyName + SDL_LoadObject + SDL_LoadFunction + SDL_UnloadObject SDL_GetMouseState SDL_GetRelativeMouseState SDL_WarpMouse diff --git a/src/main/macosx/exports/Makefile b/src/main/macosx/exports/Makefile index d2d381c87..dd6818be1 100644 --- a/src/main/macosx/exports/Makefile +++ b/src/main/macosx/exports/Makefile @@ -13,6 +13,7 @@ HEADERS = \ ../../../../include/SDL_joystick.h \ ../../../../include/SDL_keyboard.h \ ../../../../include/SDL_keysym.h \ + ../../../../include/SDL_loadso.h \ ../../../../include/SDL_mouse.h \ ../../../../include/SDL_mutex.h \ ../../../../include/SDL_quit.h \ diff --git a/src/main/macosx/exports/SDL.x b/src/main/macosx/exports/SDL.x index 0d6a20908..6ba13a069 100644 --- a/src/main/macosx/exports/SDL.x +++ b/src/main/macosx/exports/SDL.x @@ -74,6 +74,9 @@ _SDL_GetModState _SDL_SetModState _SDL_GetKeyName + _SDL_LoadObject + _SDL_LoadFunction + _SDL_UnloadObject _SDL_GetMouseState _SDL_GetRelativeMouseState _SDL_WarpMouse diff --git a/src/main/win32/exports/Makefile b/src/main/win32/exports/Makefile index 7e495bc56..76adae83c 100644 --- a/src/main/win32/exports/Makefile +++ b/src/main/win32/exports/Makefile @@ -13,6 +13,7 @@ HEADERS = \ ../../../../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 \ diff --git a/src/main/win32/exports/SDL.def b/src/main/win32/exports/SDL.def index eb64e99de..f4a8dbdac 100644 --- a/src/main/win32/exports/SDL.def +++ b/src/main/win32/exports/SDL.def @@ -74,6 +74,9 @@ SDL_GetModState SDL_SetModState SDL_GetKeyName + SDL_LoadObject + SDL_LoadFunction + SDL_UnloadObject SDL_SetModuleHandle SDL_RegisterApp SDL_InitQuickDraw