mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Prevent makejcldbg from blocking Delphi Starter
This commit is contained in:
parent
2b3fa63cea
commit
df1abbcaef
1 changed files with 4 additions and 4 deletions
|
|
@ -21,13 +21,13 @@ build-jcldbg:
|
|||
# It also needs to be called after make install
|
||||
cd $(EXT)\jedi\jcl\jcl\examples\windows\debug\tools
|
||||
|
||||
!IFDEF DELPHI_STARTER
|
||||
$(DCC32) makejcldbg.dpr
|
||||
$(COPY) ..\..\..\..\bin\makejcldbg.exe $(PROGRAM)\buildtools
|
||||
!ELSE
|
||||
# We use a direct build to ignore platform warnings
|
||||
# as we don't control the source of this code
|
||||
|
||||
!IFDEF DELPHI_STARTER
|
||||
start /wait $(MAKEDIR)\bds.exe -ns -b makejcldbg.dpr
|
||||
$(COPY) ..\..\..\..\bin\makejcldbg.exe $(PROGRAM)\buildtools
|
||||
!ELSE
|
||||
$(MAKEDIR)\dcc32.exe $(DELPHIDPRPARAMS) makejcldbg.dpr
|
||||
$(COPY) makejcldbg.exe $(PROGRAM)\buildtools
|
||||
!ENDIF
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue