makefile.mk (7871dc3e) makefile.mk (0dc58c20)
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

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

30LIB2TARGET=$(SLB)$/fltshared.lib
31LIB4TARGET=$(SLB)$/sdbtshared.lib
32
33#ENABLE_EXCEPTIONS=TRUE
34
35# --- Settings ----------------------------------
36
37.INCLUDE : settings.mk
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

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

30LIB2TARGET=$(SLB)$/fltshared.lib
31LIB4TARGET=$(SLB)$/sdbtshared.lib
32
33#ENABLE_EXCEPTIONS=TRUE
34
35# --- Settings ----------------------------------
36
37.INCLUDE : settings.mk
38.INCLUDE : $(PRJ)$/util$/makefile.pmk
38
39# --- Types -------------------------------------
40
41# --- Files -------------------------------------
42EXCEPTIONSFILES= \
43 $(SLO)$/dbu_reghelper.obj \
44 $(SLO)$/flt_reghelper.obj
45

--- 20 unchanged lines hidden ---
39
40# --- Types -------------------------------------
41
42# --- Files -------------------------------------
43EXCEPTIONSFILES= \
44 $(SLO)$/dbu_reghelper.obj \
45 $(SLO)$/flt_reghelper.obj
46

--- 20 unchanged lines hidden ---