diff options
| author | Jamieson Christian | 2006-02-26 21:13:08 +0000 |
|---|---|---|
| committer | Jamieson Christian | 2006-02-26 21:13:08 +0000 |
| commit | fbf557cf902373582844d9e63731f768cc26ebac (patch) | |
| tree | d512198fae32ddc48cacf0a155271e7704fd0cf8 /dists/devcpp | |
| parent | d075463c0ac6c01017a4cc16622d53dad0b655fb (diff) | |
| download | scummvm-rg350-fbf557cf902373582844d9e63731f768cc26ebac.tar.gz scummvm-rg350-fbf557cf902373582844d9e63731f768cc26ebac.tar.bz2 scummvm-rg350-fbf557cf902373582844d9e63731f768cc26ebac.zip | |
Added USE_ZLIB define and Zlib library reference to Bloodshed Dev-C++ project, for proper theme handling.
svn-id: r20946
Diffstat (limited to 'dists/devcpp')
| -rw-r--r-- | dists/devcpp/scummvm.dev | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
