makefile.mk (7871dc3e) makefile.mk (b93bfd5e)
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

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

33# --- Settings -----------------------------------------------------
34
35.INCLUDE : settings.mk
36
37.IF "$(COM)"=="GCC"
38CDEFS=-D_WIN32_WINNT=0x0501
39.ENDIF
40
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

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

33# --- Settings -----------------------------------------------------
34
35.INCLUDE : settings.mk
36
37.IF "$(COM)"=="GCC"
38CDEFS=-D_WIN32_WINNT=0x0501
39.ENDIF
40
41.IF "$(USE_SYSTEM_STL)" != "YES" && "$(PRODUCT)" = ""
42CDEFS+=-D_DEBUG
43.ENDIF
44
41CFLAGS+= $(LFS_CFLAGS)
42CXXFLAGS+= $(LFS_CFLAGS)
43
44# --- Files --------------------------------------------------------
45
46UWINAPILIB=
47
48OBJFILES=\

--- 12 unchanged lines hidden ---
45CFLAGS+= $(LFS_CFLAGS)
46CXXFLAGS+= $(LFS_CFLAGS)
47
48# --- Files --------------------------------------------------------
49
50UWINAPILIB=
51
52OBJFILES=\

--- 12 unchanged lines hidden ---