File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1329,27 +1329,27 @@ eggs: [
13291329 ]
13301330
13311331 "Rebol/Core windows-x86 shared library" [
1332- name: %rebol3-core-windows-x86.dll
1332+ name: %lib- rebol3-core-windows-x86
13331333 :target-windows
13341334 :include-rebol-core
13351335 :make-x86-dll
13361336 ]
13371337 "Rebol/Bulk windows-x86 shared library" [
1338- name: %rebol3-bulk-windows-x86.dll
1338+ name: %lib- rebol3-bulk-windows-x86
13391339 :target-windows
13401340 :include-rebol-bulk
13411341 :make-x86-dll
13421342 ]
13431343 "Rebol/Core windows-x86 host application" [
13441344 name: %host-core-windows-x86
1345- library: %rebol3-core-windows-x86
1345+ library: %lib- rebol3-core-windows-x86
13461346 :target-windows
13471347 :include-rebol-core
13481348 :make-x86-host
13491349 ]
13501350 "Rebol/Bulk windows-x86 host application" [
13511351 name: %host-bulk-windows-x86
1352- library: %rebol3-bulk-windows-x86
1352+ library: %lib- rebol3-bulk-windows-x86
13531353 :target-windows
13541354 :make-x86-host
13551355 define: REB_VIEW
You can’t perform that action at this time.
0 commit comments