summaryrefslogtreecommitdiff
path: root/toolkit/source/vclcompat/makefile.mk
blob: b97cf8959c2b6dac25b19a327536c5ef4dacd3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PRJ=..$/..
PRJNAME=toolkit
TARGET=vclcompat
ENABLE_EXCEPTIONS=true
TARGETTYPE=GUI

.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk

.IF "$(ENABLE_LAYOUT)" == "TRUE"

.IF "$(COMNAME)" == "gcc3"
CFLAGS+=-Wall -Wno-non-virtual-dtor
.ENDIF

##CFLAGS += -DENABLE_LAYOUT

CXXFILES= \
    wrapper.cxx \
    wbutton.cxx \
    wcontainer.cxx \
    wfield.cxx

SLOFILES= \
    $(SLO)$/wrapper.obj \
    $(SLO)$/wbutton.obj \
    $(SLO)$/wcontainer.obj \
    $(SLO)$/wfield.obj

.ENDIF # ENABLE_LAYOUT == "TRUE"

.INCLUDE : target.mk