Componentes.Terceros.DevExp.../internal/x.46/1/ExpressLayout Control 2/Packages/dxLayoutControlC14.bpk
2009-10-27 17:09:30 +00:00

137 lines
4.0 KiB
Plaintext

# ---------------------------------------------------------------------------
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# ---------------------------------------------------------------------------
# IDE SECTION
# ---------------------------------------------------------------------------
# The following section of the project makefile is managed by the BCB IDE.
# It is recommended to use the IDE to change any of the values in this
# section.
# ---------------------------------------------------------------------------
VERSION = BCB.14.00
# ---------------------------------------------------------------------------
PROJECT = dxLayoutControlC14.bpl
OBJFILES = dxLayoutLookAndFeels.obj \
dxLayoutControl.obj \
dxLayoutControlAdapters.obj \
dxLayoutCustomizeForm.obj \
dxLayoutEditForm.obj \
dxLayoutDragAndDrop.obj \
dxLayoutSelection.obj \
dxLayoutCommon.obj \
dxLayoutcxEditAdapters.obj \
dxLayoutControlC14.obj
MAINSOURCE = dxLayoutControlC14.cpp
RESFILES = dxLayoutControlC14.res
RESDEPEN = $(RESFILES) dxLayoutCustomizeForm.dfm dxLayoutEditForm.dfm
LIBFILES =
LIBRARIES =
SPARELIBS =
PACKAGES = rtl.bpi dxComnC14.bpi cxLibraryC14.bpi cxEditorsC14.bpi cxExtEditorsC14.bpi cxPageControlC14.bpi vcl.bpi vclx.bpi dxCoreC14.bpi dxGDIPlusC14.bpi dxThemeC14.bpi dbrtl.bpi vcldb.bpi vclimg.bpi cxDataC14.bpi
DEFFILE =
# ---------------------------------------------------------------------------
PATHCPP = .;
PATHASM = .;
PATHPAS = .;
PATHRC = .;
USERDEFINES =
SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
# ---------------------------------------------------------------------------
CFLAG1 = -I$(BCB)\include;$(BCB)\include\vcl;"$(SEARCHPATH)";$(LIBDIR) -O2 -w- -Vx -Ve -a8 -k- -vi -c -b- -tWM
PFLAGS = -DBCB -$Y- -$L- -$D- -$A8 -v -JPHNE -M
RFLAGS =
AFLAGS =
LFLAGS = -D"ExpressLayout Control 2 by Developer Express Inc." -aa -Tpp -x -Gn -Gl -Gi -Gpr
# ---------------------------------------------------------------------------
ALLOBJ = c0pkg32.obj $(PACKAGES) Memmgr.Lib sysinit.obj $(OBJFILES)
ALLRES = $(RESFILES)
ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
# ---------------------------------------------------------------------------
# MAKE SECTION
# ---------------------------------------------------------------------------
# This section of the project file is not used by the BCB IDE. It is for
# the benefit of building from the command-line using the MAKE utility.
# ---------------------------------------------------------------------------
.autodepend
# ---------------------------------------------------------------------------
!if !$d(BCC32)
BCC32 = bcc32
!endif
!if !$d(CPP32)
CPP32 = cpp32
!endif
!if !$d(DCC32)
DCC32 = dcc32
!endif
!if !$d(TASM32)
TASM32 = tasm32
!endif
!if !$d(LINKER)
LINKER = ilink32
!endif
!if !$d(BRCC32)
BRCC32 = brcc32
!endif
# ---------------------------------------------------------------------------
!if $d(PATHCPP)
.PATH.CPP = $(PATHCPP)
.PATH.C = $(PATHCPP)
!endif
!if $d(PATHPAS)
.PATH.PAS = $(PATHPAS)
!endif
!if $d(PATHASM)
.PATH.ASM = $(PATHASM)
!endif
!if $d(PATHRC)
.PATH.RC = $(PATHRC)
!endif
# ---------------------------------------------------------------------------
$(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
$(BCB)\BIN\$(LINKER) @&&!
$(LFLAGS) +
$(ALLOBJ), +
$(PROJECT),, +
$(ALLLIB), +
$(DEFFILE), +
$(ALLRES)
!
# ---------------------------------------------------------------------------
.pas.hpp:
$(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
.pas.obj:
$(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
.cpp.obj:
$(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
.c.obj:
$(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
.c.i:
$(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
.cpp.i:
$(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
.asm.obj:
$(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
.rc.res:
$(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
# ---------------------------------------------------------------------------