Skip to content

Commit 414eb82

Browse files
authored
Update library name for windows-x86 targets
2 parents ec5f1cd + 90e429b commit 414eb82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

make/rebol3.nest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)