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
5aa19d94
Commit
5aa19d94
authored
Mar 12, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wb build options, simul archive added
parent
d5fba7cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
src/wbl/pwrb/src/pwrb_td_buildoptionsmask.wb_load
src/wbl/pwrb/src/pwrb_td_buildoptionsmask.wb_load
+10
-0
wb/lib/wb/src/wb_lfu.cpp
wb/lib/wb/src/wb_lfu.cpp
+4
-0
No files found.
src/wbl/pwrb/src/pwrb_td_buildoptionsmask.wb_load
View file @
5aa19d94
...
@@ -161,5 +161,15 @@ SObject pwrb:Type
...
@@ -161,5 +161,15 @@ SObject pwrb:Type
Attr Value = 1048576
Attr Value = 1048576
EndBody
EndBody
EndObject
EndObject
!/**
! Simul archive.
!*/
Object SimulArchive $Bit
Body SysBody
Attr PgmName = "SimulArchive"
Attr Text = "SimulArchive"
Attr Value = 2097152
EndBody
EndObject
EndObject
EndObject
EndSObject
EndSObject
\ No newline at end of file
wb/lib/wb/src/wb_lfu.cpp
View file @
5aa19d94
...
@@ -2439,9 +2439,13 @@ pwr_tStatus lfu_SaveDirectoryVolume(
...
@@ -2439,9 +2439,13 @@ pwr_tStatus lfu_SaveDirectoryVolume(
if
(
bop
->
SystemModules
&
pwr_mBuildOptionsMask_RemoteArchive
)
if
(
bop
->
SystemModules
&
pwr_mBuildOptionsMask_RemoteArchive
)
sprintf
(
&
str
[
strlen
(
str
)],
"-lpwr_remote "
);
sprintf
(
&
str
[
strlen
(
str
)],
"-lpwr_remote "
);
if
(
bop
->
SystemModules
&
pwr_mBuildOptionsMask_SsaboxArchive
)
if
(
bop
->
SystemModules
&
pwr_mBuildOptionsMask_SsaboxArchive
)
sprintf
(
&
str
[
strlen
(
str
)],
"-lpwr_ssabox "
);
sprintf
(
&
str
[
strlen
(
str
)],
"-lpwr_ssabox "
);
if
(
bop
->
SystemModules
&
pwr_mBuildOptionsMask_SimulArchive
)
sprintf
(
&
str
[
strlen
(
str
)],
"-lpwr_simul "
);
sprintf
(
&
str
[
strlen
(
str
)],
"-lpwr_rt "
);
sprintf
(
&
str
[
strlen
(
str
)],
"-lpwr_rt "
);
if
(
bop
->
SystemModules
&
pwr_mBuildOptionsMask_SoftingPNAK
)
if
(
bop
->
SystemModules
&
pwr_mBuildOptionsMask_SoftingPNAK
)
...
...
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