settings.mk (dfce871f) settings.mk (81e6fec9)
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

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

861.ENDIF
862
863.IF "$(UDK_MAJOR)"!=""
864SCPDEFS+=-DUDK_MAJOR=$(UDK_MAJOR)
865.ENDIF # "$(UDK_MAJOR)"!=""
866
867SCPDEFS+=-U$(COMID) -DCOMID=$(COMID) -DCOMNAME=$(COMNAME) -D_$(COMID)
868SCPDEFS+=-DCCNUMVER=$(CCNUMVER)
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

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

861.ENDIF
862
863.IF "$(UDK_MAJOR)"!=""
864SCPDEFS+=-DUDK_MAJOR=$(UDK_MAJOR)
865.ENDIF # "$(UDK_MAJOR)"!=""
866
867SCPDEFS+=-U$(COMID) -DCOMID=$(COMID) -DCOMNAME=$(COMNAME) -D_$(COMID)
868SCPDEFS+=-DCCNUMVER=$(CCNUMVER)
869.IF "$(COM)"=="GCC"
870SCPDEFS+=-DSHORTSTDCPP3=$(SHORTSTDCPP3) -DSHORTSTDC3=$(SHORTSTDC3)
871.ENDIF # "$(SHORTSTDCPP3)"!=""
872# extend library path for OS/2 gcc/wlink
873.IF "$(GUI)"=="OS2"
874LIB:=$(LB);$(SLB);$(ILIB)
875.ENDIF
876
877
878UNOIDLDEFS+=-DSUPD=$(UPD) -DUPD=$(UPD)
879

--- 493 unchanged lines hidden ---
869# extend library path for OS/2 gcc/wlink
870.IF "$(GUI)"=="OS2"
871LIB:=$(LB);$(SLB);$(ILIB)
872.ENDIF
873
874
875UNOIDLDEFS+=-DSUPD=$(UPD) -DUPD=$(UPD)
876

--- 493 unchanged lines hidden ---