chore(windows): fix comments in Makefile

Shockingly bad choice for nmake Makefiles to not allow whitespace before
comment # marker.
This commit is contained in:
Marc Durdin 2023-03-20 07:30:55 +07:00
parent 1a3cc078b5
commit 92a3000c8d
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ clean: def-clean
signcode:
$(SIGNCODE) /d "Keyman Developer" $(DEVELOPER_PROGRAM)\tike.exe
$(SIGNCODE) /d "Keyman Core" $(DEVELOPER_PROGRAM)\kmnkbp0-0.dll
# Sign the Sentry executables and libraries here
# Sign the Sentry executables and libraries here
$(SIGNCODE) /d "Keyman Developer" $(DEVELOPER_PROGRAM)\sentry.dll
$(SIGNCODE) /d "Keyman Developer" $(DEVELOPER_PROGRAM)\sentry.x64.dll
$(SIGNCODE) /d "Keyman Developer" $(DEVELOPER_PROGRAM)\crashpad_handler.exe

View file

@ -17,7 +17,7 @@ clean: def-clean
signcode:
$(SIGNCODE) /d "Keyman Engine" $(PROGRAM)\engine\keyman.exe
# Sign the Sentry executables and libraries here
# Sign the Sentry executables and libraries here
$(SIGNCODE) /d "Keyman Engine" $(PROGRAM)\engine\sentry.dll
$(SIGNCODE) /d "Keyman Engine" $(PROGRAM)\engine\sentry.x64.dll
$(SIGNCODE) /d "Keyman Engine" $(PROGRAM)\engine\crashpad_handler.exe