mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
Installer, SynEdit: moved registration to separate package (makefiles)
git-svn-id: trunk@38390 -
This commit is contained in:
parent
4f8ecedcb8
commit
da0e648c31
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2431,6 +2431,8 @@ components/sqlite/tsqlite3dataset.png -text
|
||||
components/sqlite/tsqlitedataset.png -text
|
||||
components/synedit/Makefile.compiled svneol=native#text/plain
|
||||
components/synedit/allsynedit.pas svneol=native#text/plain
|
||||
components/synedit/design/Makefile svneol=native#text/plain
|
||||
components/synedit/design/Makefile.fpc svneol=native#text/plain
|
||||
components/synedit/design/README.txt svneol=native#text/plain
|
||||
components/synedit/design/allsyneditdsgn.pas svneol=native#text/pascal
|
||||
components/synedit/design/syndesignstringconstants.pas svneol=native#text/plain
|
||||
|
2760
components/synedit/design/Makefile
Normal file
2760
components/synedit/design/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
55
components/synedit/design/Makefile.fpc
Normal file
55
components/synedit/design/Makefile.fpc
Normal file
@ -0,0 +1,55 @@
|
||||
# File generated automatically by Lazarus Package Manager
|
||||
#
|
||||
# Makefile.fpc for SynEditDsgn 1.0
|
||||
#
|
||||
# This file was generated on 26/08/2012
|
||||
|
||||
[package]
|
||||
name=syneditdsgn
|
||||
version=1.0
|
||||
|
||||
[compiler]
|
||||
unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
unitdir=../../../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||
options= -MObjFPC -Scghi -CR -O1 -g -gl -vewnh -l -vm4055,5024 -dLCL -dLCL$(LCL_PLATFORM) -CR -dgc
|
||||
|
||||
[target]
|
||||
units=allsyneditdsgn.pas
|
||||
|
||||
[clean]
|
||||
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
|
||||
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
[prerules]
|
||||
# LCL Platform
|
||||
ifndef LCL_PLATFORM
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),win64)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
LCL_PLATFORM=carbon
|
||||
else
|
||||
LCL_PLATFORM=gtk2
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
export LCL_PLATFORM
|
||||
|
||||
[rules]
|
||||
.PHONY: cleartarget compiled all
|
||||
|
||||
cleartarget:
|
||||
-$(DEL) $(COMPILER_UNITTARGETDIR)/allsyneditdsgn$(PPUEXT)
|
||||
|
||||
compiled:
|
||||
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/SynEditDsgn.compiled
|
||||
|
||||
all: cleartarget $(COMPILER_UNITTARGETDIR) allsyneditdsgn$(PPUEXT) compiled
|
Loading…
Reference in New Issue
Block a user