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
!/**
! Target file specification.
! 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
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_c_builddirectory.wb_load
View file @
82f6d6d5
...
...
@@ -74,6 +74,8 @@ SObject pwrb:Class
! Options.
! - BuildBeforeNode, directory is automatically built before any
! node is built.
! - BuildAfterNode, directory is automatically built after any
! node is built.
!*/
Object Options $Attribute 2
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_c_export.wb_load
View file @
82f6d6d5
...
...
@@ -105,6 +105,8 @@ SObject pwrb:Class
! Options.
! - BuildAfterNode, export is automatically built before any
! node is built.
! - BuildBeforeNode, directory is automatically built before any
! node is built.
!*/
Object Options $Attribute 4
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_c_import.wb_load
View file @
82f6d6d5
...
...
@@ -104,6 +104,8 @@ SObject pwrb:Class
! Options.
! - BuildBeforeNode, directory is automatically built before any
! node is built.
! - BuildAfterNode, directory is automatically built after any
! node is built.
!*/
Object Options $Attribute 4
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_td_buildexportmask.wb_load
View file @
82f6d6d5
...
...
@@ -47,22 +47,22 @@ SObject pwrb:Type
Attr PgmName = "BuildExportMask"
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
Attr PgmName = "Build
After
Node"
Attr Text = "Build
After
Node"
Attr PgmName = "Build
Before
Node"
Attr Text = "Build
Before
Node"
Attr Value = 1
EndBody
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
Attr PgmName = "Build
Before
Node"
Attr Text = "Build
Before
Node"
Attr PgmName = "Build
After
Node"
Attr Text = "Build
After
Node"
Attr Value = 2
EndBody
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