settings.mk (910823ae) settings.mk (4c01c3a0)
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

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

890.IF "$(CDEFS_PRESET)" != ""
891CDEFS+=$(CDEFS_PRESET)
892.ENDIF
893
894.IF "$(TIMELOG)" != ""
895CDEFS+=-DTIMELOG
896.ENDIF
897
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

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

890.IF "$(CDEFS_PRESET)" != ""
891CDEFS+=$(CDEFS_PRESET)
892.ENDIF
893
894.IF "$(TIMELOG)" != ""
895CDEFS+=-DTIMELOG
896.ENDIF
897
898# Required for correct Windows function call ABI for expat static library
899.IF "$(SYSTEM_EXPAT)"=="NO"
900CDEFS+=-DXML_STATIC
901.ENDIF
902
898CDEFSCXX=
899CDEFSOBJ=
900CDEFSSLO=-DSHAREDLIB -D_DLL_
901CDEFSGUI=-DGUI
902CDEFSCUI=-DCUI
903#CDEFSMT=-DMULTITHREAD
904CDEFSPROF=-DPROFILE
905.IF "$(dbg_build_only)" == ""

--- 472 unchanged lines hidden ---
903CDEFSCXX=
904CDEFSOBJ=
905CDEFSSLO=-DSHAREDLIB -D_DLL_
906CDEFSGUI=-DGUI
907CDEFSCUI=-DCUI
908#CDEFSMT=-DMULTITHREAD
909CDEFSPROF=-DPROFILE
910.IF "$(dbg_build_only)" == ""

--- 472 unchanged lines hidden ---