winmingw.mk (9e1b801e) winmingw.mk (78ecfec3)
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

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

67gb_OSDEFS := \
68 -DWINVER=0x0500 \
69 -D_WIN32_IE=0x0500 \
70 -D_WIN32_WINNT=0x0600 \
71 -DNT351 \
72 -DWIN32 \
73 -DWNT \
74
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

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

67gb_OSDEFS := \
68 -DWINVER=0x0500 \
69 -D_WIN32_IE=0x0500 \
70 -D_WIN32_WINNT=0x0600 \
71 -DNT351 \
72 -DWIN32 \
73 -DWNT \
74
75ifeq ($(GXX_INCLUDE_PATH),)
76GXX_INCLUDE_PATH=$(COMPATH)/include/c++/$(shell gcc -dumpversion)
77endif
78
79gb_COMPILERDEFS := \
80 -DGCC \
81 -D$(CVER) \
82 -DCVER=$(CVER) \
83 -DGLIBC=2 \
75gb_COMPILERDEFS := \
76 -DGCC \
77 -D$(CVER) \
78 -DCVER=$(CVER) \
79 -DGLIBC=2 \
84 -DGXX_INCLUDE_PATH=$(GXX_INCLUDE_PATH) \
85 -DCPPU_ENV=gcc3 \
86 -D_MT \
87 -D_NATIVE_WCHAR_T_DEFINED \
88 -D_MSC_EXTENSIONS \
89 -D_FORCENAMELESSUNION \
90
91ifeq ($(USE_MINGW),cygwin-w64-mingw32)
92gb_COMPILERDEFS +=-D_declspec=__declspec

--- 627 unchanged lines hidden ---
80 -DCPPU_ENV=gcc3 \
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

--- 627 unchanged lines hidden ---