makefile.mk (69b30d9f) makefile.mk (d92161c4)
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

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

23PRJ=..
24
25PRJNAME=cppu
26TARGET=cppu
27USE_DEFFILE=TRUE
28ENABLE_EXCEPTIONS=TRUE
29NO_BSYMBOLIC=TRUE
30
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

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

23PRJ=..
24
25PRJNAME=cppu
26TARGET=cppu
27USE_DEFFILE=TRUE
28ENABLE_EXCEPTIONS=TRUE
29NO_BSYMBOLIC=TRUE
30
31.IF "$(OS)" != "WNT" && "$(OS)" != "OS2"
31.IF "$(OS)" != "WNT" && "$(OS)" != "OS2" && "$(OS)" != "MACOSX"
32UNIXVERSIONNAMES=UDK
33.ENDIF
34
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE : settings.mk
39.INCLUDE : ../source/helper/purpenv/export.mk

--- 64 unchanged lines hidden ---
32UNIXVERSIONNAMES=UDK
33.ENDIF
34
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE : settings.mk
39.INCLUDE : ../source/helper/purpenv/export.mk

--- 64 unchanged lines hidden ---