~ubuntu-branches/ubuntu/lucid/nspr/lucid-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/src/md/windows/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-03-24 14:33:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324143341-gf5gsvz81ck1vvp5
Tags: 4.8.4-0ubuntu1
* New upstream release: 4.8.4
* Adjust patches to changed upstream codebase
  - update debian/patches/99_configure.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
include $(topsrcdir)/config/config.mk
48
48
 
49
 
ifeq (,$(filter-out WIN95 WINCE, $(OS_TARGET)))
 
49
ifeq (,$(filter-out WIN95 WINCE WINMO, $(OS_TARGET)))
50
50
CSRCS =          \
51
51
    ntmisc.c \
52
52
    ntsec.c   \