Home
last modified time | relevance | path

Searched refs:SDL_LIB (Results 1 – 9 of 9) sorted by relevance

/dports/games/ivan/ivan-059/cmake/
H A DFindSDL2.cmake161 MACRO(SET_SDL2_LIBRARY_WITH_TEMP SDL_LIB)
162 IF(${SDL_LIB}_LIBRARY_TEMP)
170 SET(${SDL_LIB}_LIBRARY_TEMP ${${SDL_LIB}_LIBRARY_TEMP} "-framework Cocoa")
177 SET(${SDL_LIB}_LIBRARY_TEMP ${${SDL_LIB}_LIBRARY_TEMP} ${CMAKE_THREAD_LIBS_INIT})
182 SET(${SDL_LIB}_LIBRARY_TEMP ${MINGW32_LIBRARY} ${${SDL_LIB}_LIBRARY_TEMP})
186 …SET(${SDL_LIB}_LIBRARY ${${SDL_LIB}_LIBRARY_TEMP} CACHE STRING "Where the ${SDL_LIB} Library can b…
188 SET(${SDL_LIB}_LIBRARY_TEMP "${${SDL_LIB}_LIBRARY_TEMP}" CACHE INTERNAL "")
189 ENDIF(${SDL_LIB}_LIBRARY_TEMP)
/dports/misc/explosions/explosions-2005.07.31/
H A DMakefile32 SDL_LIB=$(SDL_LDFLAGS) -lSDL_image macro
54 $(CC) $(CFLAGS) explosions.o -o explosions $(SDL_LIB) -lm
/dports/devel/p5-SDL/SDL-2.548/inc/My/Builder/
H A DDarwin.pm90 if ( exists $ENV{SDL_LIB} && exists $ENV{SDL_INC} ) {
91 $inc_lib_candidates->{ $ENV{SDL_INC} } = $ENV{SDL_LIB};
/dports/emulators/joytran/joytran-0.9.5.2/
H A DBSDMakefile11 SDL_LIB= SDL2
14 LDFLAGS= -L${LOCALBASE}/lib -lX11 -lXtst -l${SDL_LIB}
47 .if ${SDL_LIB} == "SDL2"
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/
H A DMakefile242 SDL_LIB = $(SDL_DIR)/frotz_sdl.a macro
258 SFROTZ_LIBS = $(COMMON_LIB) $(SDL_LIB) $(BLORB_LIB) $(COMMON_LIB)
341 sdl_lib: $(SDL_LIB)
352 $(SDL_LIB): $(COMMON_DEFINES) $(HASH)
/dports/games/vectoroids/vectoroids-1.1.0/
H A DMakefile18 SDL_LIB=$(shell sdl-config --libs) $(MIXER) -lSDL_image macro
/dports/devel/p5-Alien-SDL/Alien-SDL-1.446/inc/My/
H A DUtility.pm32 …inc_lib_candidates->{$ENV{SDL_INC}} = $ENV{SDL_LIB} if exists $ENV{SDL_LI…
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/
H A Dconfigure.in486 dnl AC_SUBST(SDL_LIB)
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20033786 old 'SDL_LIB' variable; it is no longer used. Change shell
3833 build. Comment out old 'SDL_LIB'. Add 'SDL_CFLAGS' and
4312 * Makefile.in: Add @UI_TARGET@ macro expander. Change SDL_LIB
4329 directory as decided by SDL_LIB.
4333 tcltk directory as decided by SDL_LIB.
4427 * Makefile.in: Add SDL_LIB so that we can discern between
4431 directory as decided by SDL_LIB.