wntmsci11.mk (b597708b) wntmsci11.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

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

211CFLAGSWARNCC=$(CFLAGSWARNCXX) -wd4255
212CFLAGSWALLCC=$(CFLAGSWARNCC)
213CFLAGSWALLCXX=$(CFLAGSWARNCXX)
214CFLAGSWERRCC=-WX
215
216# Once all modules on this platform compile without warnings, set
217# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
218# settings.mk):
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

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

211CFLAGSWARNCC=$(CFLAGSWARNCXX) -wd4255
212CFLAGSWALLCC=$(CFLAGSWARNCC)
213CFLAGSWALLCXX=$(CFLAGSWARNCXX)
214CFLAGSWERRCC=-WX
215
216# Once all modules on this platform compile without warnings, set
217# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
218# settings.mk):
219MODULES_WITH_WARNINGS := \
220 soldep
219MODULES_WITH_WARNINGS :=
221
222CDEFS+=-D_MT -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500
223.IF "$(COMEX)" == "11"
224_VC_MANIFEST_BASENAME=__VC80
225.ELSE
226_VC_MANIFEST_BASENAME=__VC90
227.ENDIF
228

--- 172 unchanged lines hidden ---
220
221CDEFS+=-D_MT -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500
222.IF "$(COMEX)" == "11"
223_VC_MANIFEST_BASENAME=__VC80
224.ELSE
225_VC_MANIFEST_BASENAME=__VC90
226.ENDIF
227

--- 172 unchanged lines hidden ---