From fbf557cf902373582844d9e63731f768cc26ebac Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Sun, 26 Feb 2006 21:13:08 +0000 Subject: Added USE_ZLIB define and Zlib library reference to Bloodshed Dev-C++ project, for proper theme handling. svn-id: r20946 --- dists/devcpp/scummvm.dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dists/devcpp') diff --git a/dists/devcpp/scummvm.dev b/dists/devcpp/scummvm.dev index fbcb775156..0675041ba0 100644 --- a/dists/devcpp/scummvm.dev +++ b/dists/devcpp/scummvm.dev @@ -11,8 +11,8 @@ PrivateResource=scummvm_private.rc ResourceIncludes= MakeIncludes= Compiler= -CppCompiler=-Wno-multichar_@@_ -Linker=cine/cine.a_@@_gob/gob.a_@@_kyra/kyra.a_@@_lure/lure.a_@@_queen/queen.a_@@_saga/saga.a_@@_scumm/scumm.a_@@_simon/simon.a_@@_sky/sky.a_@@_sword1/sword1.a_@@_sword2/sword2.a_@@_-lSDL.dll_@@_-lwinmm_@@_ +CppCompiler=-Wno-multichar_@@_-DUSE_ZLIB_@@_ +Linker=cine/cine.a_@@_gob/gob.a_@@_kyra/kyra.a_@@_lure/lure.a_@@_queen/queen.a_@@_saga/saga.a_@@_scumm/scumm.a_@@_simon/simon.a_@@_sky/sky.a_@@_sword1/sword1.a_@@_sword2/sword2.a_@@_-lSDL.dll_@@_-lwinmm_@@_-lzdll_@@_ IsCpp=1 Icon=scummvm.ico ExeOutput=scummvm -- cgit v1.2.3