winmingw.mk (8cb913c4) | winmingw.mk (787e1130) |
---|---|
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 --- 73 unchanged lines hidden (view full) --- 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 89 | 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 --- 73 unchanged lines hidden (view full) --- 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 89 |
90gb_CPUDEFS := -D$(CPUNAME) | 90gb_CPUDEFS := -D$(ALIGN) -D$(CPUNAME) |
91gb_CPUDEFS += \ 92 -D_M_IX86 \ 93 94gb_RCDEFS := \ 95 -DWIN32 \ 96 -D__GNUC__ \ 97 98gb_RCFLAGS := \ --- 616 unchanged lines hidden --- | 91gb_CPUDEFS += \ 92 -D_M_IX86 \ 93 94gb_RCDEFS := \ 95 -DWIN32 \ 96 -D__GNUC__ \ 97 98gb_RCFLAGS := \ --- 616 unchanged lines hidden --- |