mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:16:05 +02:00
components: commit forgotten files
git-svn-id: trunk@17487 -
This commit is contained in:
parent
930619b482
commit
c9435b41c0
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1461,6 +1461,8 @@ components/tdbf/registerdbf.pas svneol=native#text/pascal
|
||||
components/tdbf/tdbf.png -text svneol=unset#image/png
|
||||
components/turbopower_ipro/Makefile svneol=native#text/plain
|
||||
components/turbopower_ipro/Makefile.fpc svneol=native#text/plain
|
||||
components/turbopower_ipro/design/Makefile svneol=native#text/plain
|
||||
components/turbopower_ipro/design/Makefile.fpc svneol=native#text/plain
|
||||
components/turbopower_ipro/design/ipidehtmlcontrol.pas svneol=native#text/plain
|
||||
components/turbopower_ipro/design/turbopoweriprodsgn.lpk svneol=native#text/plain
|
||||
components/turbopower_ipro/design/turbopoweriprodsgn.pas svneol=native#text/plain
|
||||
|
2753
components/turbopower_ipro/design/Makefile
Normal file
2753
components/turbopower_ipro/design/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
51
components/turbopower_ipro/design/Makefile.fpc
Normal file
51
components/turbopower_ipro/design/Makefile.fpc
Normal file
@ -0,0 +1,51 @@
|
||||
# File generated automatically by Lazarus Package Manager
|
||||
#
|
||||
# Makefile.fpc for TurboPowerIProDsgn 0.0
|
||||
#
|
||||
# This file was generated on 21.11.2008
|
||||
|
||||
[package]
|
||||
name=turbopoweriprodsgn
|
||||
version=0.0
|
||||
|
||||
[compiler]
|
||||
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
unitdir=../../../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/ ../units/$(CPU_TARGET)-$(OS_TARGET)/ ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)/ ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET)/ ./
|
||||
includedir=./
|
||||
options=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scgi
|
||||
|
||||
[target]
|
||||
units=turbopoweriprodsgn.pas
|
||||
|
||||
[clean]
|
||||
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
||||
$(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 all
|
||||
|
||||
cleartarget:
|
||||
-$(DEL) $(COMPILER_UNITTARGETDIR)/turbopoweriprodsgn$(PPUEXT)
|
||||
|
||||
all: cleartarget $(COMPILER_UNITTARGETDIR) turbopoweriprodsgn$(PPUEXT)
|
Loading…
Reference in New Issue
Block a user