wntmsci10.mk (7871dc3e) wntmsci10.mk (f3ecff4e)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 188 unchanged lines hidden (view full) ---

197CFLAGSWALLCC=$(CFLAGSWARNCC)
198CFLAGSWALLCXX=$(CFLAGSWARNCXX)
199CFLAGSWERRCC=-WX
200
201# Once all modules on this platform compile without warnings, set
202# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
203# settings.mk):
204MODULES_WITH_WARNINGS := \
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 188 unchanged lines hidden (view full) ---

197CFLAGSWALLCC=$(CFLAGSWARNCC)
198CFLAGSWALLCXX=$(CFLAGSWARNCXX)
199CFLAGSWERRCC=-WX
200
201# Once all modules on this platform compile without warnings, set
202# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
203# settings.mk):
204MODULES_WITH_WARNINGS := \
205 lingucomponent \
206 soldep
205 lingucomponent
207
208CDEFS+=-DSTLPORT_VERSION=$(STLPORT_VER) -D_MT -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500
209
210COMMENTFLAG=/COMMENT:"$(PRJNAME)_$(UPD)_$(VCSID)_"
211
212LINK=link $(COMMENTFLAG) $(NOLOGO) /MACHINE:IX86
213LINKOUTPUTFILTER= $(PIPEERROR) $(GREP) -v "LNK4197:"
214.IF "$(PRODUCT)"!="full"

--- 124 unchanged lines hidden ---
206
207CDEFS+=-DSTLPORT_VERSION=$(STLPORT_VER) -D_MT -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500
208
209COMMENTFLAG=/COMMENT:"$(PRJNAME)_$(UPD)_$(VCSID)_"
210
211LINK=link $(COMMENTFLAG) $(NOLOGO) /MACHINE:IX86
212LINKOUTPUTFILTER= $(PIPEERROR) $(GREP) -v "LNK4197:"
213.IF "$(PRODUCT)"!="full"

--- 124 unchanged lines hidden ---