windows.mk (8cb913c4) windows.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

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

58 -D_CRT_SECURE_NO_DEPRECATE \
59 -D_MT \
60 -D_DLL \
61 -DBOOST_MEM_FN_ENABLE_CDECL \
62 -DCPPU_ENV=$(COMNAME) \
63 -DFULL_DESK \
64 -DM1500 \
65
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

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

58 -D_CRT_SECURE_NO_DEPRECATE \
59 -D_MT \
60 -D_DLL \
61 -DBOOST_MEM_FN_ENABLE_CDECL \
62 -DCPPU_ENV=$(COMNAME) \
63 -DFULL_DESK \
64 -DM1500 \
65
66gb_CPUDEFS := -D$(CPUNAME)
66gb_CPUDEFS := -D$(ALIGN) -D$(CPUNAME)
67ifeq ($(CPUNAME),INTEL)
68gb_CPUDEFS += -D_X86_=1
69endif
70ifeq ($(CPUNAME),X86_64)
71gb_CPUDEFS += -D_AMD64_=1
72endif
73
74gb_RCDEFS := \

--- 695 unchanged lines hidden ---
67ifeq ($(CPUNAME),INTEL)
68gb_CPUDEFS += -D_X86_=1
69endif
70ifeq ($(CPUNAME),X86_64)
71gb_CPUDEFS += -D_AMD64_=1
72endif
73
74gb_RCDEFS := \

--- 695 unchanged lines hidden ---