makefile.mk (59ddfc10) makefile.mk (3edd2c3e)
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

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

266.IF "$(SYSTEM_LIBTEXTCAT_DATA)" != ""
267SCPDEFS+=-DSYSTEM_LIBTEXTCAT_DATA
268.ENDIF
269
270.IF "$(ENABLE_SVCTAGS)" == "YES"
271SCPDEFS+=-DENABLE_SVCTAGS
272.ENDIF
273
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

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

266.IF "$(SYSTEM_LIBTEXTCAT_DATA)" != ""
267SCPDEFS+=-DSYSTEM_LIBTEXTCAT_DATA
268.ENDIF
269
270.IF "$(ENABLE_SVCTAGS)" == "YES"
271SCPDEFS+=-DENABLE_SVCTAGS
272.ENDIF
273
274.IF "$(WITH_VC_REDIST)" == "TRUE"
274.IF "$(WITH_VC_REDIST)" == "YES"
275SCPDEFS+=-DWITH_VC_REDIST
276.ENDIF
277
278.IF "$(MINGW_GCCDLL)"!=""
279SCPDEFS+=-DMINGW_GCCDLL=\""$(MINGW_GCCDLL)"\"
280.ENDIF
281
282.IF "$(MINGW_GXXDLL)"!=""

--- 89 unchanged lines hidden ---
275SCPDEFS+=-DWITH_VC_REDIST
276.ENDIF
277
278.IF "$(MINGW_GCCDLL)"!=""
279SCPDEFS+=-DMINGW_GCCDLL=\""$(MINGW_GCCDLL)"\"
280.ENDIF
281
282.IF "$(MINGW_GXXDLL)"!=""

--- 89 unchanged lines hidden ---