~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/src/md/windows/objs.mk

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        w32rng.c \
52
52
        w32shm.c
53
53
else
54
 
ifeq ($(OS_TARGET),WIN95)
 
54
ifeq (,$(filter-out WIN95 WINCE, $(OS_TARGET)))
55
55
CSRCS = ntmisc.c \
56
56
        ntsec.c \
57
57
        ntsem.c \
68
68
        w32shm.c \
69
69
        w95dllmain.c
70
70
else
71
 
ifeq ($(OS_TARGET),WIN16)
72
 
CSRCS = w16null.c \
73
 
        w16thred.c \
74
 
        w16proc.c \
75
 
        w16fmem.c \
76
 
        w16sock.c \
77
 
        w16mem.c \
78
 
        w16io.c \
79
 
        w16gc.c \
80
 
        w16error.c \
81
 
        w16stdio.c \
82
 
        w16callb.c \
83
 
        ntinrval.c
84
 
endif # win16
85
71
endif # win95
86
72
endif # winnt
87
73