Componentes.Terceros.DevExp.../internal/x.44/1/ExpressSpellChecker/Packages/dxSpellCheckerC12.bpk
2009-06-29 12:09:02 +00:00

191 lines
5.4 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.12.00
# ---------------------------------------------------------------------------
PROJECT = dxSpellCheckerC12.bpl
OBJFILES = dxSpellCheckerC12.obj dxCustomDictionaryDialog.obj dxISpellDecompressor.obj \
dxSpellChecker.obj dxSpellCheckerAlgorithms.obj dxSpellCheckerBaseForm.obj \
dxSpellCheckerDialogs.obj dxSpellCheckerOutlookDialog.obj dxSpellCheckerRules.obj \
dxSpellCheckerStrs.obj dxSpellCheckerUtils.obj dxSpellCheckerWordDialog.obj \
dxSpellCheckerCheckAsYouType.obj dxSpellCheckerSpellingOptionsDialog.obj \
dxSpellCheckerAutoCorrect.obj dxSpellCheckerAutoCorrectExceptionDialog.obj \
dxSpellCheckerAutoCorrectOptionsDialog.obj dxSpellCheckerExceptionsFrame.obj
MAINSOURCE = dxSpellCheckerC12.cpp
RESFILES = dxSpellCheckerC12.res
RESDEPEN = $(RESFILES) dxSpellCheckerOutlookDialog.dfm dxCustomDictionaryDialog.dfm \
dxSpellCheckerWordDialog.dfm dxSpellCheckerSpellingOptionsDialog.dfm \
dxSpellCheckerAutoCorrectExceptionDialog.dfm dxSpellCheckerAutoCorrectOptionsDialog.dfm \
dxSpellCheckerExceptionsFrame.dfm
LIBFILES =
LIBRARIES =
PACKAGES = rtl.bpi vcl.bpi vclx.bpi cxDataC12.bpi cxEditorsC12.bpi cxExtEditorsC12.bpi \
cxLibraryC12.bpi dxThemeC12.bpi dxGDIPlusC12.bpi dxCoreC12.bpi
SPARELIBS = dxCoreC12.lib
DEFFILE =
# ---------------------------------------------------------------------------
DEBUGLIBPATH = $(BCB)\lib\debug
RELEASELIBPATH = $(BCB)\lib\release
USERDEFINES =
SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
INCLUDEPATH = $(BCB)\include;$(BCB)\include\vcl;""$(SEARCHPATH)"";$(LIBDIR)
LIBPATH = $(BCB)\lib\obj;$(BCB)\lib;""$(SEARCHPATH)"";$(LIBDIR)
WARNINGS= -w-par
PATHCPP = .;
PATHASM = .;
PATHPAS = .;""$(SEARCHPATH)"";$(LIBDIR)
PATHRC = .;
PATHOBJ = .;$(LIBPATH)
# ---------------------------------------------------------------------------
CFLAG1 = -O2 -H=$(BCB)\lib\vcl100.csm -Hc -Vx -Ve -X- -a8 -b- -k- -vi -c -tWM
IDLCFLAGS = -I$(BCB)\include -I$(BCB)\include\vcl -I""$(SEARCHPATH)"";$(LIBDIR) -src_suffix cpp -boa
PFLAGS = -$Y- -$L- -$D- -$A8 -v -JPHNE -M
RFLAGS =
AFLAGS = /mx /w2 /zn
LFLAGS = -D"ExpressSpellChecker by Developer Express Inc." -aa -Tpp -Gpr -x -Gn -Gl -Gi
# ---------------------------------------------------------------------------
ALLOBJ = c0pkg32.obj Memmgr.Lib $(PACKAGES) sysinit.obj $(OBJFILES)
ALLRES = $(RESFILES)
ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
# ---------------------------------------------------------------------------
!ifdef IDEOPTIONS
[Version Info]
IncludeVerInfo=1
AutoIncBuild=0
MajorVer=1
MinorVer=0
Release=0
Build=0
Debug=0
PreRelease=0
Special=0
Private=0
DLL=0
Locale=1033
CodePage=1252
[Version Info Keys]
CompanyName=
FileDescription=
FileVersion=1.0.0.0
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=1.0.0.0
Comments=
[Debugging]
DebugSourceDirs=$(BCB)\source\vcl
[Parameters]
RunParams=
HostApplication=
RemoteHost=
RemotePath=
RemoteDebug=0
[Compiler]
InMemoryExe=0
ShowInfoMsgs=0
!endif
# ---------------------------------------------------------------------------
# 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$@ $<
# ---------------------------------------------------------------------------