source: cmt/trunk/cmt/zlib/cmt/requirements @ 56

Last change on this file since 56 was 56, checked in by barrand, 17 years ago
  • 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.