mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
chore(windows): fix comments in Makefile
Shockingly bad choice for nmake Makefiles to not allow whitespace before comment # marker.
This commit is contained in:
parent
1a3cc078b5
commit
92a3000c8d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue