winmingw.mk (78ecfec3) winmingw.mk (386ca866)
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

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

72 -DWIN32 \
73 -DWNT \
74
75gb_COMPILERDEFS := \
76 -DGCC \
77 -D$(CVER) \
78 -DCVER=$(CVER) \
79 -DGLIBC=2 \
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

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

72 -DWIN32 \
73 -DWNT \
74
75gb_COMPILERDEFS := \
76 -DGCC \
77 -D$(CVER) \
78 -DCVER=$(CVER) \
79 -DGLIBC=2 \
80 -DCPPU_ENV=gcc3 \
80 -DCPPU_ENV=$(COMNAME) \
81 -D_MT \
82 -D_NATIVE_WCHAR_T_DEFINED \
83 -D_MSC_EXTENSIONS \
84 -D_FORCENAMELESSUNION \
85
86ifeq ($(USE_MINGW),cygwin-w64-mingw32)
87gb_COMPILERDEFS +=-D_declspec=__declspec
88endif

--- 626 unchanged lines hidden ---
81 -D_MT \
82 -D_NATIVE_WCHAR_T_DEFINED \
83 -D_MSC_EXTENSIONS \
84 -D_FORCENAMELESSUNION \
85
86ifeq ($(USE_MINGW),cygwin-w64-mingw32)
87gb_COMPILERDEFS +=-D_declspec=__declspec
88endif

--- 626 unchanged lines hidden ---