settings.mk (ed9d7cbe) settings.mk (e5a7b9b2)
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

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

94REGLIB=ireg.lib
95STORELIB=istore.lib
96
97BLANK=
98EMPTYSTRING=
99PATH_SEPARATOR=;
100
101# use this for release version
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

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

94REGLIB=ireg.lib
95STORELIB=istore.lib
96
97BLANK=
98EMPTYSTRING=
99PATH_SEPARATOR=;
100
101# use this for release version
102CC_FLAGS_JNI=-c -MT -Zm500 -Zc:forScope,wchar_t- -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800 -Zc:forScope -GR -EHa
103CC_FLAGS=-c -MT -Zm500 -Zc:forScope,wchar_t- -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800 -Zc:forScope -GR -EHa
102CC_FLAGS_JNI=-c -MT -Zm500 -Zc:wchar_t- -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800 -GR -EHa
103CC_FLAGS=-c -MT -Zm500 -Zc:wchar_t- -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800 -GR -EHa
104ifeq "$(CPP_MANIFEST)" "true"
105#CC_FLAGS+=-EHa -Zc:wchar_t-
106LINK_MANIFEST=mt -manifest $@.manifest "-outputresource:$@;2"
107else
108#CC_FLAGS+=
109LINK_MANIFEST=
110endif
111ifeq "$(DEBUG)" "yes"

--- 514 unchanged lines hidden ---
104ifeq "$(CPP_MANIFEST)" "true"
105#CC_FLAGS+=-EHa -Zc:wchar_t-
106LINK_MANIFEST=mt -manifest $@.manifest "-outputresource:$@;2"
107else
108#CC_FLAGS+=
109LINK_MANIFEST=
110endif
111ifeq "$(DEBUG)" "yes"

--- 514 unchanged lines hidden ---