Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
0b0060f3
Commit
0b0060f3
authored
Apr 19, 2020
by
rswindell
Browse files
Include dosxtrn.exe in sbbs_dev.zip (daylies for Win32).
parent
679876f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
exec/testbuild.js
exec/testbuild.js
+4
-3
No files found.
exec/testbuild.js
View file @
0b0060f3
...
...
@@ -55,7 +55,7 @@ var builds
/* Platform-specific (or non-ported) projects */
if
(
platform
==
"
win32
"
)
{
/* Requires Visual C++ 201
3
*/
/* Requires Visual C++ 201
9
*/
builds
.
push
([
"
src/sbbs3
"
,
'
build.bat /v:m "/p:Configuration=Release"
'
,
"
>
"
+
build_output
]);
/* Requires C++Builder */
...
...
@@ -85,7 +85,8 @@ var win32_dist
"
src/sbbs3/useredit/useredit.exe
"
,
"
3rdp/win32.release/mozjs/bin/*.dll
"
,
"
3rdp/win32.release/nspr/bin/*.dll
"
,
"
3rdp/win32.release/cryptlib/bin/*.dll
"
"
3rdp/win32.release/cryptlib/bin/*.dll
"
,
"
s:/sbbs/exec/dosxtrn.exe
"
];
var
nix_dist
...
...
@@ -134,7 +135,7 @@ if(file.open("wt")) {
var
start
=
time
();
if
(
1
)
{
for
(
i
in
builds
)
{
for
(
i
=
0
;
i
<
builds
.
length
;
i
++
)
{
var
sub_dir
=
builds
[
i
][
0
];
var
build_dir
=
temp_dir
+
"
/
"
+
sub_dir
;
var
subject
=
system
.
platform
+
"
build failure in
"
+
sub_dir
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment