From: <sv...@ww...> - 2006-01-16 21:19:18
|
Author: mkrose Date: 2006-01-16 13:19:11 -0800 (Mon, 16 Jan 2006) New Revision: 1820 Modified: trunk/CSP/csp/modules/chunklod/SConscript Log: Remove a misplaced user32 library dependency. Rerun 'scons config' to pick up the correct dependency under Windows. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1820 Modified: trunk/CSP/csp/modules/chunklod/SConscript =================================================================== --- trunk/CSP/csp/modules/chunklod/SConscript 2006-01-16 21:17:12 UTC (rev 1819) +++ trunk/CSP/csp/modules/chunklod/SConscript 2006-01-16 21:19:11 UTC (rev 1820) @@ -38,7 +38,6 @@ 'Version.cpp', ], deps = ['cspsim', 'jpeg'], - LIBS=['user32'], aliases = 'all') |