IDE: Mkefiles needed when adding EditorToolbar for Lazarus BigIde.

git-svn-id: trunk@46205 -
This commit is contained in:
juha 2014-09-13 13:32:18 +00:00
parent c22d801fd0
commit 7db5512869
4 changed files with 2786 additions and 0 deletions

3
.gitattributes vendored
View File

@ -1132,6 +1132,9 @@ components/debuggerintf/dbgintfdebuggerbase.pp svneol=native#text/pascal
components/debuggerintf/dbgintfmiscclasses.pas svneol=native#text/pascal
components/debuggerintf/debuggerintf.lpk svneol=native#text/plain
components/debuggerintf/debuggerintf.pas svneol=native#text/pascal
components/editortoolbar/Makefile svneol=native#text/plain
components/editortoolbar/Makefile.compiled svneol=native#text/plain
components/editortoolbar/Makefile.fpc svneol=native#text/plain
components/editortoolbar/editortoolbar.lpk svneol=native#text/plain
components/editortoolbar/editortoolbar.pas svneol=native#text/plain
components/editortoolbar/editortoolbar_impl.pas svneol=native#text/plain

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Makefile Value="2"/>
<Params Value=" -Fu../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);../codetools/units/$(CPU_TARGET)-$(OS_TARGET);../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);. -MObjFPC -Scgi -O1 -g -gl -vewnhibq -l -dLCL -dLCL$(LCL_PLATFORM) editortoolbar.pas"/>
</CONFIG>

View File

@ -0,0 +1,58 @@
# File generated automatically by Lazarus Package Manager
#
# Makefile.fpc for editortoolbar 0.8.2
#
# This file was generated on 13.09.2014
[package]
name=editortoolbar
version=0.8.2
[compiler]
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
unitdir=../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) .
options= -MObjFPC -Scgi -O1 -g -gl -vewnhibq -l -dLCL -dLCL$(LCL_PLATFORM)
[target]
units=editortoolbar.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)/editortoolbar$(PPUEXT)
compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/editortoolbar.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) editortoolbar$(PPUEXT) compiled
distclean: clean
${DELTREE} lib/*