mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 20:41:37 +02:00
IDE: Mkefiles needed when adding EditorToolbar for Lazarus BigIde.
git-svn-id: trunk@46205 -
This commit is contained in:
parent
c22d801fd0
commit
7db5512869
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
|
||||
|
2720
components/editortoolbar/Makefile
Normal file
2720
components/editortoolbar/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
5
components/editortoolbar/Makefile.compiled
Normal file
5
components/editortoolbar/Makefile.compiled
Normal 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>
|
58
components/editortoolbar/Makefile.fpc
Normal file
58
components/editortoolbar/Makefile.fpc
Normal 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/*
|
Loading…
Reference in New Issue
Block a user