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
e51512d6
Commit
e51512d6
authored
Nov 05, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pwrs, remove of opsys custom build reverted
parent
11d04ede
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
src/wbl/pwrs/src/pwrs_td_opsysenum.wb_load
src/wbl/pwrs/src/pwrs_td_opsysenum.wb_load
+10
-0
src/wbl/pwrs/src/pwrs_td_opsysmask.wb_load
src/wbl/pwrs/src/pwrs_td_opsysmask.wb_load
+10
-0
No files found.
src/wbl/pwrs/src/pwrs_td_opsysenum.wb_load
View file @
e51512d6
...
...
@@ -48,6 +48,16 @@ SObject pwrs:Type
Attr PgmName = "OpSysEnum"
EndBody
!/**
! Operating is defined in CustomBuild
!*/
Object CustomBuild $Value
Body SysBody
Attr PgmName = "CustomBuild"
Attr Text = "CustomBuild"
Attr Value = 1
EndBody
EndObject
!/**
! Operating system is Linux on PowerPC
!*/
Object PPC_LINUX $Value
...
...
src/wbl/pwrs/src/pwrs_td_opsysmask.wb_load
View file @
e51512d6
...
...
@@ -51,6 +51,16 @@ SObject pwrs:Type
Attr PgmName = "OpSysMask"
EndBody
!/**
! Operating system is defined in CustomBuild
!*/
Object CustomBuild $Bit
Body SysBody
Attr PgmName = "CustomBuild"
Attr Text = "CustomBuild"
Attr Value = 1
EndBody
EndObject
!/**
! Operating system is Linux on PowerPC
!*/
Object PPC_LINUX $Bit
...
...
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