Prevent makejcldbg from blocking Delphi Starter

This commit is contained in:
Marc Durdin 2017-08-09 16:34:44 +07:00
parent 2b3fa63cea
commit df1abbcaef

View file

@ -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