~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to win32/Makefile-apps.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
LINKTYPE=
6
6
SSL=
7
7
 
8
 
# Set to 1 to allow the building using the DLL version of SNMPLIB.  This is 
9
 
# NOT supported as this program is NOT thread safe and it WILL cause
10
 
# problems!
11
 
ALLOW_DLL=0
 
8
# Set to 1 to allow the building using the DLL version of SNMPLIB.
 
9
ALLOW_DLL=1
12
10
 
13
11
!IF "$(OS)" == "Windows_NT"
14
12
NULL=
17
15
!ENDIF 
18
16
 
19
17
!IF $(SSL) == 1
20
 
OPENSSL="libeay32.lib"
 
18
OPENSSL=libeay32.lib gdi32.lib
21
19
!ELSE
22
20
OPENSSL=""
23
21
!ENDIF