makefile.mk (03c97e34) | makefile.mk (eb01a7e4) |
---|---|
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.IF "$(OS)" == "WNT" 32.IF "$(COMEX)" != "8" 33CDEFS+=-Zm300 34.ENDIF 35.ENDIF 36 37# --- Files -------------------------------------------------------- 38 | 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.IF "$(OS)" == "WNT" 32.IF "$(COMEX)" != "8" 33CDEFS+=-Zm300 34.ENDIF 35.ENDIF 36 37# --- Files -------------------------------------------------------- 38 |
39.IF "$(GUI)" == "OS2" 40SHL1STDLIBS+= $(SALLIB) $(CPPULIB) 41.ENDIF 42 |
|
39# collator data library 40SHL1TARGET=$(TARGET) 41SHL1IMPLIB=i$(SHL1TARGET) 42 43SHL1VERSIONMAP=$(SHL1TARGET).map 44SHL1DEF=$(MISC)$/$(SHL1TARGET).def 45DEF1NAME=$(SHL1TARGET) 46 --- 18 unchanged lines hidden --- | 43# collator data library 44SHL1TARGET=$(TARGET) 45SHL1IMPLIB=i$(SHL1TARGET) 46 47SHL1VERSIONMAP=$(SHL1TARGET).map 48SHL1DEF=$(MISC)$/$(SHL1TARGET).def 49DEF1NAME=$(SHL1TARGET) 50 --- 18 unchanged lines hidden --- |