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
82f6d6d5
Commit
82f6d6d5
authored
Sep 10, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wb build export fix and doc
parent
ab4e99d0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
8 deletions
+17
-8
src/wbl/pwrb/src/pwrb_c_buildcopy.wb_load
src/wbl/pwrb/src/pwrb_c_buildcopy.wb_load
+3
-0
src/wbl/pwrb/src/pwrb_c_builddirectory.wb_load
src/wbl/pwrb/src/pwrb_c_builddirectory.wb_load
+2
-0
src/wbl/pwrb/src/pwrb_c_export.wb_load
src/wbl/pwrb/src/pwrb_c_export.wb_load
+2
-0
src/wbl/pwrb/src/pwrb_c_import.wb_load
src/wbl/pwrb/src/pwrb_c_import.wb_load
+2
-0
src/wbl/pwrb/src/pwrb_td_buildexportmask.wb_load
src/wbl/pwrb/src/pwrb_td_buildexportmask.wb_load
+8
-8
No files found.
src/wbl/pwrb/src/pwrb_c_buildcopy.wb_load
View file @
82f6d6d5
...
@@ -83,6 +83,9 @@ SObject pwrb:Class
...
@@ -83,6 +83,9 @@ SObject pwrb:Class
!/**
!/**
! Target file specification.
! Target file specification.
! Only the path need to be specified.
! Only the path need to be specified.
!
! If files should be copied to several directories, Target can contain
! a list separated by comma, eg '$pwrp_exe, $pwrp_web'
!*/
!*/
Object Target $Attribute 2
Object Target $Attribute 2
Body SysBody
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_c_builddirectory.wb_load
View file @
82f6d6d5
...
@@ -74,6 +74,8 @@ SObject pwrb:Class
...
@@ -74,6 +74,8 @@ SObject pwrb:Class
! Options.
! Options.
! - BuildBeforeNode, directory is automatically built before any
! - BuildBeforeNode, directory is automatically built before any
! node is built.
! node is built.
! - BuildAfterNode, directory is automatically built after any
! node is built.
!*/
!*/
Object Options $Attribute 2
Object Options $Attribute 2
Body SysBody
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_c_export.wb_load
View file @
82f6d6d5
...
@@ -105,6 +105,8 @@ SObject pwrb:Class
...
@@ -105,6 +105,8 @@ SObject pwrb:Class
! Options.
! Options.
! - BuildAfterNode, export is automatically built before any
! - BuildAfterNode, export is automatically built before any
! node is built.
! node is built.
! - BuildBeforeNode, directory is automatically built before any
! node is built.
!*/
!*/
Object Options $Attribute 4
Object Options $Attribute 4
Body SysBody
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_c_import.wb_load
View file @
82f6d6d5
...
@@ -104,6 +104,8 @@ SObject pwrb:Class
...
@@ -104,6 +104,8 @@ SObject pwrb:Class
! Options.
! Options.
! - BuildBeforeNode, directory is automatically built before any
! - BuildBeforeNode, directory is automatically built before any
! node is built.
! node is built.
! - BuildAfterNode, directory is automatically built after any
! node is built.
!*/
!*/
Object Options $Attribute 4
Object Options $Attribute 4
Body SysBody
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_td_buildexportmask.wb_load
View file @
82f6d6d5
...
@@ -47,22 +47,22 @@ SObject pwrb:Type
...
@@ -47,22 +47,22 @@ SObject pwrb:Type
Attr PgmName = "BuildExportMask"
Attr PgmName = "BuildExportMask"
EndBody
EndBody
!/**
!/**
! Export is automatically built
after
a node is built.
! Export is automatically built
before
a node is built.
!*/
!*/
Object Build
After
Node $Bit
Object Build
Before
Node $Bit
Body SysBody
Body SysBody
Attr PgmName = "Build
After
Node"
Attr PgmName = "Build
Before
Node"
Attr Text = "Build
After
Node"
Attr Text = "Build
Before
Node"
Attr Value = 1
Attr Value = 1
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! Export is automatically built
before
a node is built.
! Export is automatically built
after
a node is built.
!*/
!*/
Object Build
Before
Node $Bit
Object Build
After
Node $Bit
Body SysBody
Body SysBody
Attr PgmName = "Build
Before
Node"
Attr PgmName = "Build
After
Node"
Attr Text = "Build
Before
Node"
Attr Text = "Build
After
Node"
Attr Value = 2
Attr Value = 2
EndBody
EndBody
EndObject
EndObject
...
...
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