source: cmt/tags/v1r0/zlib/v1r114p0/cmt/requirements @ 121

Last change on this file since 121 was 121, checked in by garnier, 17 years ago

ajout de la version sous les packages Interfaces

  • Property svn:executable set to *
File size: 345 bytes
Line 
1package zlib
2version v1r114p0
3
4build_strategy no_prototypes
5include_path none
6
7macro zlib_native_version "1.1.4"
8
9macro zlib_home "/usr" WIN32 "C:\usr\local\zlib\1.1.4" OSF1 "/usr/local"
10
11macro zlib_cppflags "-I${zlib_home}/include" WIN32 "/I ${zlib_home}\include"
12
13macro zlib_linkopts "-L${zlib_home}/lib -lz" WIN32 "${zlib_home}\lib\libz.lib"
Note: See TracBrowser for help on using the repository browser.