-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed cmake for case sensitive build systems and updated the makefile
- Loading branch information
Showing
5 changed files
with
62 additions
and
10 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is used to setup local variables and paths for | ||
# configuring, building and packaging the m1-notepad | ||
# project cross-platform | ||
# | ||
# Please rename and fill in the variables below to be used | ||
# with the Makefile in this directory or | ||
# copy these variables as environment variables as needed | ||
# | ||
|
||
WRAPTOOL= | ||
PACE_ID= | ||
|
||
APPLE_TEAM_CODE= | ||
APPLE_CODESIGN_ID="Developer ID Application: XXXXX ($(APPLE_TEAM_CODE))" | ||
APPLE_CODESIGN_CODE= | ||
APPLE_CODESIGN_INSTALLER_ID="Developer ID Installer: XXXXX ($(APPLE_TEAM_CODE))" | ||
|
||
WIN_INNO_PATH= | ||
WIN_SIGNTOOL_PATH= | ||
WIN_SIGNTOOL_ID= | ||
WIN_SIGNTOOL_PASS= | ||
WIN_CODESIGN_CERT_PATH= | ||
|
||
WRAP_GUID= |
File renamed without changes.
File renamed without changes.