windows.mk (d6a83b31) | windows.mk (01ab31f5) |
---|---|
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 --- 48 unchanged lines hidden (view full) --- 57 58gb_COMPILERDEFS := \ 59 -DMSC \ 60 -D_CRT_NON_CONFORMING_SWPRINTFS \ 61 -D_CRT_NONSTDC_NO_DEPRECATE \ 62 -D_CRT_SECURE_NO_DEPRECATE \ 63 -D_MT \ 64 -D_DLL \ | 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 --- 48 unchanged lines hidden (view full) --- 57 58gb_COMPILERDEFS := \ 59 -DMSC \ 60 -D_CRT_NON_CONFORMING_SWPRINTFS \ 61 -D_CRT_NONSTDC_NO_DEPRECATE \ 62 -D_CRT_SECURE_NO_DEPRECATE \ 63 -D_MT \ 64 -D_DLL \ |
65 -DBOOST_MEM_FN_ENABLE_CDECL \ | |
66 -DCPPU_ENV=$(COMNAME) \ 67 -DFULL_DESK \ 68 -DM1500 \ 69 70gb_CPUDEFS := -D$(ALIGN) -D$(CPUNAME) 71ifeq ($(CPUNAME),INTEL) 72gb_CPUDEFS += -D_X86_=1 73endif 74ifeq ($(CPUNAME),X86_64) 75gb_CPUDEFS += -D_AMD64_=1 76endif 77 | 65 -DCPPU_ENV=$(COMNAME) \ 66 -DFULL_DESK \ 67 -DM1500 \ 68 69gb_CPUDEFS := -D$(ALIGN) -D$(CPUNAME) 70ifeq ($(CPUNAME),INTEL) 71gb_CPUDEFS += -D_X86_=1 72endif 73ifeq ($(CPUNAME),X86_64) 74gb_CPUDEFS += -D_AMD64_=1 75endif 76 |
77ifeq ($(CPUNAME),INTEL) 78gb_COMPILERDEFS += -DBOOST_MEM_FN_ENABLE_CDECL 79endif 80 |
|
78gb_RCDEFS := \ 79 -DWINVER=0x0400 \ 80 -DWIN32 \ 81 82gb_RCFLAGS := \ 83 -V 84 85gb_CFLAGS := \ --- 718 unchanged lines hidden --- | 81gb_RCDEFS := \ 82 -DWINVER=0x0400 \ 83 -DWIN32 \ 84 85gb_RCFLAGS := \ 86 -V 87 88gb_CFLAGS := \ --- 718 unchanged lines hidden --- |