Changeset 746 for trunk/kBuild
- Timestamp:
- Dec 22, 2006, 3:47:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/sdks/LIBSDL.kmk
r708 r746 55 55 56 56 # 57 # The way libsdl is distributed on the different platforms 57 # The way libsdl is distributed on the different platforms 58 58 # varies quite a bit, thus this kludge. 59 59 # 60 60 ifeq ($(BUILD_TARGET),os2) 61 LIB_SDK_LIBSDL_SDLMAIN ?= 61 LIB_SDK_LIBSDL_SDLMAIN ?= 62 62 DLL_SDK_LIBSDL_SDL ?= $(PATH_SDK_LIBSDL)/SDL/SDL12.dll 63 DLL_SDK_LIBSDL_FSLIB ?= $(PATH_SDK_LIBSDL)/SDL/FSLib.dll 63 64 LIB_SDK_LIBSDL_SDL ?= $(PATH_SDK_LIBSDL)/SDL/SDL12.lib 64 65 LIB_SDK_LIBSDL_SDLGFX ?= $(PATH_SDK_LIBSDL)/SDLGfx/SDLGFX.lib
Note:
See TracChangeset
for help on using the changeset viewer.