File tree Expand file tree Collapse file tree 6 files changed +26
-50
lines changed
Expand file tree Collapse file tree 6 files changed +26
-50
lines changed Original file line number Diff line number Diff line change 2020 #error Compile MiniPath x86 first
2121#endif
2222
23- #ifnexist bindir + " \Release_x86_v142\np3encrypt.exe"
24- #error Compile np3encrypt.exe x86 first
25- #endif
26-
2723#ifnexist bindir + " \Release_x64_v142\Notepad3.exe"
2824 #error Compile Notepad3 x64 first
2925#endif
3228 #error Compile MiniPath x64 first
3329#endif
3430
35- #ifnexist bindir + " \Release_x64_v142\np3encrypt.exe"
36- #error Compile np3encrypt.exe x64 first
37- #endif
38-
3931#define app_version GetFileVersion(bindir + " \Release_x86_v142\Notepad3.exe" )
4032#define app_name " Notepad3"
4133#define app_copyright " (c) Rizonesoft 2008-2019"
Original file line number Diff line number Diff line change 2020 #error Compile MiniPath x86 first
2121#endif
2222
23- #ifnexist bindir + " \Release_x86_v142\np3encrypt.exe"
24- #error Compile np3encrypt.exe x86 first
25- #endif
26-
27- #ifnexist bindir + " \Release_x64_v142\Notepad3.exe"
28- #error Compile Notepad3 x64 first
29- #endif
30-
31- #ifnexist bindir + " \Release_x64_v142\minipath.exe"
32- #error Compile MiniPath x64 first
33- #endif
34-
35- #ifnexist bindir + " \Release_x64_v142\np3encrypt.exe"
36- #error Compile np3encrypt.exe x64 first
37- #endif
38-
3923#define app_version GetFileVersion(bindir + " \Release_x86_v142\Notepad3.exe" )
4024#define app_name " Notepad3"
4125#define app_copyright " (c) Rizonesoft 2008-2019"
Original file line number Diff line number Diff line change 1- 2407
1+ 2515
Original file line number Diff line number Diff line change 1- BETA
1+ "RC"
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3- <assemblyIdentity
4- name =" Notepad3"
5- processorArchitecture =" *"
6- version =" 5.19.726.2407 "
7- type =" win32"
8- />
9- <description >Notepad3 BETA </description >
10- </assembly >
1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2+ <assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3+ <assemblyIdentity
4+ name =" Notepad3"
5+ processorArchitecture =" *"
6+ version =" 5.19.726.2515 "
7+ type =" win32"
8+ />
9+ <description >Notepad3 RC </description >
10+ </assembly >
Original file line number Diff line number Diff line change 1- // //////////////////////////////////////////////////////////
2- // //
3- // this file is generated - use template to apply changes //
4- // //
5- // //////////////////////////////////////////////////////////
6- #define APPNAME Notepad3
7- #define SAPPNAME "Notepad3"
8- #define VERSION_MAJOR 5
9- #define VERSION_MINOR 19
10- #define VERSION_REV 726
11- #define VERSION_BUILD 2407
12- #define SCINTILLA_VER 420
13- #define ONIGURUMA_REGEX_VER 6.9.3
14- #define VERSION_PATCH BETA
1+ // //////////////////////////////////////////////////////////
2+ // //
3+ // this file is generated - use template to apply changes //
4+ // //
5+ // //////////////////////////////////////////////////////////
6+ #define APPNAME Notepad3
7+ #define SAPPNAME "Notepad3"
8+ #define VERSION_MAJOR 5
9+ #define VERSION_MINOR 19
10+ #define VERSION_REV 726
11+ #define VERSION_BUILD 2515
12+ #define SCINTILLA_VER 420
13+ #define ONIGURUMA_REGEX_VER 6.9.3
14+ #define VERSION_PATCH RC
You can’t perform that action at this time.
0 commit comments