Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
c3dc7c07
Commit
c3dc7c07
authored
Jun 15, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added build of basecomponents in build_all
parent
66be289d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/tools/pwre/src/os_linux/pwre.pl
src/tools/pwre/src/os_linux/pwre.pl
+6
-0
No files found.
src/tools/pwre/src/os_linux/pwre.pl
View file @
c3dc7c07
...
@@ -207,6 +207,8 @@ sub build_all ()
...
@@ -207,6 +207,8 @@ sub build_all ()
_build
("
wbl
",
"
nmps
",
"
copy
");
_build
("
wbl
",
"
nmps
",
"
copy
");
_build
("
wbl
",
"
ssab
",
"
copy
");
_build
("
wbl
",
"
ssab
",
"
copy
");
_build
("
wbl
",
"
tlog
",
"
copy
");
_build
("
wbl
",
"
tlog
",
"
copy
");
_build
("
wbl
",
"
bcomp
",
"
copy
");
_build
("
wbl
",
"
mcomp
",
"
copy
");
_build
("
lib
",
"
ge
",
"
all
");
_build
("
lib
",
"
ge
",
"
all
");
_build
("
lib
",
"
wb
",
"
all
");
_build
("
lib
",
"
wb
",
"
all
");
_build
("
lib
",
"
rt
",
"
all
");
_build
("
lib
",
"
rt
",
"
all
");
...
@@ -232,6 +234,8 @@ sub build_all ()
...
@@ -232,6 +234,8 @@ sub build_all ()
_build
("
wbl
",
"
nmps
",
"
lib
");
_build
("
wbl
",
"
nmps
",
"
lib
");
_build
("
wbl
",
"
ssab
",
"
lib
");
_build
("
wbl
",
"
ssab
",
"
lib
");
_build
("
wbl
",
"
tlog
",
"
lib
");
_build
("
wbl
",
"
tlog
",
"
lib
");
_build
("
wbl
",
"
bcomp
",
"
lib
");
_build
("
wbl
",
"
mcomp
",
"
lib
");
_build
("
wbl
",
"
wb
",
"
lib
");
_build
("
wbl
",
"
wb
",
"
lib
");
_build
("
doc
",
"
web
",
"
all
");
_build
("
doc
",
"
web
",
"
all
");
_build
("
doc
",
"
dweb
",
"
all
");
_build
("
doc
",
"
dweb
",
"
all
");
...
@@ -244,6 +248,8 @@ sub build_all ()
...
@@ -244,6 +248,8 @@ sub build_all ()
_build
("
wbl
",
"
nmps
",
"
exe
");
_build
("
wbl
",
"
nmps
",
"
exe
");
_build
("
wbl
",
"
tlog
",
"
exe
");
_build
("
wbl
",
"
tlog
",
"
exe
");
_build
("
wbl
",
"
ssab
",
"
exe
");
_build
("
wbl
",
"
ssab
",
"
exe
");
_build
("
wbl
",
"
bcomp
",
"
exe
");
_build
("
wbl
",
"
mcomp
",
"
exe
");
}
}
...
...
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