From: <sv...@ww...> - 2007-04-10 08:13:41
|
Author: mkrose Date: 2007-04-10 01:13:34 -0700 (Tue, 10 Apr 2007) New Revision: 2078 Modified: trunk/csp/SConstruct Log: Oops, accidentally removed the dependency on SDL under windows. Restored. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=2078 Modified: trunk/csp/SConstruct =================================================================== --- trunk/csp/SConstruct 2007-04-10 08:02:06 UTC (rev 2077) +++ trunk/csp/SConstruct 2007-04-10 08:13:34 UTC (rev 2078) @@ -95,6 +95,7 @@ name = 'sdl', config = [ build.CommandConfig(package='sdl', version_command='sdl-config --version', flags_command='sdl-config --cflags --libs', version='1.2.5', label='sdl'), + build.DevpackConfig(dlls=['SDL'], headers=[('SDL', 'SDL_mouse.h')]), ]) build.ExternalLibrary( |