File tree 4 files changed +20
-3
lines changed
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 2
2
# # REBOL R3
3
3
# ################
4
4
5
- make /r3 *
6
5
make /objs /
7
6
make /host.exe
8
7
make /libr3.so
File renamed without changes.
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
+ <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
4
+ <security >
5
+ <requestedPrivileges >
6
+ <requestedExecutionLevel level =" asInvoker" uiAccess =" false" />
7
+ </requestedPrivileges >
8
+ </security >
9
+ </trustInfo >
10
+ <application xmlns =" urn:schemas-microsoft-com:asm.v3" >
11
+ <windowsSettings >
12
+ <dpiAware xmlns =" http://schemas.microsoft.com/SMI/2005/WindowsSettings" >True/PM</dpiAware >
13
+ </windowsSettings >
14
+ </application >
15
+ </assembly >
Original file line number Diff line number Diff line change 1
- IDI_APPICON ICON "r3-icon .ico"
1
+ IDI_APPICON ICON "r3.ico"
2
2
3
3
1 VERSIONINFO
4
4
FILEVERSION 3,0,0,0
26
26
STRINGTABLE
27
27
BEGIN
28
28
101 "Rebol 3 (Oldes branch)"
29
- END
29
+ END
30
+
31
+ 2 MANIFEST "r3.manifest"
32
+
You can’t perform that action at this time.
0 commit comments