makefile.mk (fdf35928) makefile.mk (1b8c19f4)
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

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

31
32# --- Settings -----------------------------------------------------
33
34.INCLUDE : settings.mk
35
36.IF "$(ENABLE_COINMP)" == "YES"
37SCPDEFS+=-DENABLE_COINMP
38.IF "$(SYSTEM_COINMP)" == "NO"
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

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

31
32# --- Settings -----------------------------------------------------
33
34.INCLUDE : settings.mk
35
36.IF "$(ENABLE_COINMP)" == "YES"
37SCPDEFS+=-DENABLE_COINMP
38.IF "$(SYSTEM_COINMP)" == "NO"
39.IF "$(GUI)"!="WNT"
39.IF "$(GUI)"!="WNT" && "$(GUI)"!="OS2"
40# For the non-Windows platforms all libraries related to CoinMP have to be
41# added explicitly.
42SCPDEFS+=-DADD_ALL_COINMP_LIBRARIES
43.ELSE
44SCPDEFS+=-DADD_MAIN_COINMP_LIBRARY
45.ENDIF
46.ENDIF
47.ENDIF

--- 19 unchanged lines hidden ---
40# For the non-Windows platforms all libraries related to CoinMP have to be
41# added explicitly.
42SCPDEFS+=-DADD_ALL_COINMP_LIBRARIES
43.ELSE
44SCPDEFS+=-DADD_MAIN_COINMP_LIBRARY
45.ENDIF
46.ENDIF
47.ENDIF

--- 19 unchanged lines hidden ---