We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a487bd6 commit a4d5422Copy full SHA for a4d5422
contrib/release/build.sh
@@ -441,6 +441,7 @@ EOF
441
442
mkdir -p fbc/bin/dos
443
cp bin/ar.exe bin/as.exe bin/gdb.exe bin/gprof.exe bin/ld.exe fbc/bin/dos/
444
+ cp bin/dxe3gen.exe fbc/bin/dos/
445
cp lib/crt0.o lib/gcrt0.o lib/libdbg.a lib/libemu.a lib/libm.a fbc/lib/dos/
446
cp lib/libstdcxx.a fbc/lib/dos/libstdcx.a
447
cp lib/libsupcxx.a fbc/lib/dos/libsupcx.a
0 commit comments