makefile.mk (eb01a7e4) makefile.mk (33f8edc8)
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

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

27# --- Settings -----------------------------------------------------
28.INCLUDE : settings.mk
29
30# Fix heap limit problem on MSC
31.IF "$(OS)" == "WNT"
32.IF "$(COMEX)" != "8"
33CDEFS+=-Zm300
34.ENDIF
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

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

27# --- Settings -----------------------------------------------------
28.INCLUDE : settings.mk
29
30# Fix heap limit problem on MSC
31.IF "$(OS)" == "WNT"
32.IF "$(COMEX)" != "8"
33CDEFS+=-Zm300
34.ENDIF
35SHL1STDLIBS+= $(SALLIB) $(CPPULIB) $(CPPUHELPERLIB)
35.ENDIF
36
37# --- Files --------------------------------------------------------
38
39.IF "$(GUI)" == "OS2"
40SHL1STDLIBS+= $(SALLIB) $(CPPULIB)
41.ENDIF
42

--- 26 unchanged lines hidden ---
36.ENDIF
37
38# --- Files --------------------------------------------------------
39
40.IF "$(GUI)" == "OS2"
41SHL1STDLIBS+= $(SALLIB) $(CPPULIB)
42.ENDIF
43

--- 26 unchanged lines hidden ---