Skip to content

Commit 875fda4

Browse files
windows is silly
1 parent 5248edf commit 875fda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CP = copy /y
2828
EXMPL_DIR = $(call NATIVEPATH,$(INSTALLLOC)/CEdev/examples)
2929
CPDIR = xcopy /e /i /q /r /y /b
3030
CP_EXMPLS = $(call MKDIR,$(EXMPL_DIR)) && $(CPDIR) $(call NATIVEPATH,$(CURDIR)/examples) $(EXMPL_DIR)
31-
ARCH = $(call MKDIR,release) && cd tools\installer && iscc.exe /DAPP_VERSION=8.4 /DDIST_PATH=$(call NATIVEPATH,$(DESTDIR)$(PREFIX)/CEdev) installer.iss && \
31+
ARCH = $(call MKDIR,release) && cd tools\installer && ISCC.exe /DAPP_VERSION=8.4 /DDIST_PATH=$(call NATIVEPATH,$(DESTDIR)$(PREFIX)/CEdev) installer.iss && \
3232
cd ..\.. && move /y tools\installer\CEdev.exe release\\
3333
QUOTE_ARG = "$(subst ",',$1)"#'
3434
APPEND = @echo.$(subst ",^",$(subst \,^\,$(subst &,^&,$(subst |,^|,$(subst >,^>,$(subst <,^<,$(subst ^,^^,$1))))))) >>$@

0 commit comments

Comments
 (0)