mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 13:38:31 +02:00
Fix compilation of installer for win32 target
git-svn-id: trunk@40481 -
This commit is contained in:
parent
29e0fef792
commit
2c64982f82
File diff suppressed because it is too large
Load Diff
@ -19,10 +19,9 @@ files_linux=installer.pas
|
||||
files_freebsd=installer.pas
|
||||
|
||||
[require]
|
||||
packages=rtl-console fv unzip rtl-extra
|
||||
packages=rtl-console fv unzip rtl-extra ide
|
||||
|
||||
[compiler]
|
||||
unitdir=../ide
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,13 @@
|
||||
#
|
||||
# Makefile.fpc for running fpmake
|
||||
#
|
||||
[package]
|
||||
name=ide
|
||||
version=3.3.1
|
||||
|
||||
[require]
|
||||
packages=rtl fpmkunit
|
||||
packages=rtl fpmkunit rtl-extra fv chm regexpr
|
||||
packages_go32v2=graph
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
@ -67,7 +72,7 @@ ifdef GDBMI
|
||||
FPMAKE_OPT+=--GDBMI=1
|
||||
# If the rtl does not require libc, then
|
||||
# IDE compiled with GDBMI should be a static executable
|
||||
# and can thus be cross-compiled
|
||||
# and can thus be cross-compiled
|
||||
ifeq ($(findstring $(OS_TARGET),aix beos darwin haiku solaris),)
|
||||
GDBMI_IS_STATIC=1
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user