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
ee80c893
Commit
ee80c893
authored
Oct 19, 2010
by
Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ubuntu build
parent
0a2a3a54
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
25 deletions
+24
-25
profibus/exe/profinet_viewer/gtk/os_linux/link_rule.mk
profibus/exe/profinet_viewer/gtk/os_linux/link_rule.mk
+1
-1
src/lib/co/src/co_ccm.c
src/lib/co/src/co_ccm.c
+0
-1
src/lib/co/src/co_ccm.h
src/lib/co/src/co_ccm.h
+6
-6
src/tools/pkg/ubu/pwr/control
src/tools/pkg/ubu/pwr/control
+5
-5
src/tools/pkg/ubu/pwrdemo/control
src/tools/pkg/ubu/pwrdemo/control
+4
-4
src/tools/pkg/ubu/pwrrt/control
src/tools/pkg/ubu/pwrrt/control
+4
-4
src/tools/pkg/ubu/pwrsev/control
src/tools/pkg/ubu/pwrsev/control
+4
-4
No files found.
profibus/exe/profinet_viewer/gtk/os_linux/link_rule.mk
View file @
ee80c893
ifndef
link_rule_mk
link_rule_mk
:=
1
link
=
$(ldxx)
$(elinkflags)
$(domap)
-o
$(pwr_exe)
/profinet_viewer_gtk
\
link
=
$(ldxx)
-L
$(pwr_elib)
$(elinkflags)
$(domap)
-o
$(pwr_exe)
/profinet_viewer_gtk
\
$(bld_dir)
/profinet_viewer_gtk.o
\
$(bld_dir)
/pn_viewer_gtk.o
$(bld_dir)
/pn_viewernav_gtk.o
\
$(bld_dir)
/pn_viewer.o
$(bld_dir)
/pn_viewernav.o
$(bld_dir)
/pn_viewer_pnac.o
\
...
...
src/lib/co/src/co_ccm.c
View file @
ee80c893
...
...
@@ -2751,7 +2751,6 @@ int ccm_singleline_init(
*
ctx
=
(
ccm_tSingleLineCtx
)
calloc
(
1
,
sizeof
(
**
ctx
));
(
*
ctx
)
->
funcctx
=
(
ccm_tFuncCtx
)
calloc
(
1
,
sizeof
(
*
(
*
ctx
)
->
funcctx
));
(
*
ctx
)
->
funcctx
->
filectx
=
filectx
;
filectx
=
(
ccm_tFileCtx
)
calloc
(
1
,
sizeof
(
*
filectx
));
filectx
->
errormessage_func
=
errormessage_func
;
...
...
src/lib/co/src/co_ccm.h
View file @
ee80c893
...
...
@@ -64,28 +64,28 @@ typedef struct ccm_sLine_ {
struct
ccm_sLine_
*
prev
;
}
ccm_sLine
;
typedef
struct
s_i
ntvar_
{
typedef
struct
ccm_sI
ntvar_
{
char
name
[
32
];
ccm_tInt
*
value
;
int
elements
;
int
array
;
struct
s_i
ntvar_
*
next
;
struct
ccm_sI
ntvar_
*
next
;
}
ccm_sIntvar
;
typedef
struct
s_f
loatvar_
{
typedef
struct
ccm_sF
loatvar_
{
char
name
[
32
];
ccm_tFloat
*
value
;
int
elements
;
int
array
;
struct
s_floatvar_
*
next
;
struct
ccm_sFloatvar_
*
next
;
}
ccm_sFloatvar
;
typedef
struct
s_s
tringvar_
{
typedef
struct
ccm_sS
tringvar_
{
char
name
[
32
];
char
*
value
;
int
elements
;
int
array
;
struct
s_stringvar_
*
next
;
struct
ccm_sStringvar_
*
next
;
}
ccm_sStringvar
;
typedef
struct
ccm_sOperand_
{
...
...
src/tools/pkg/ubu/pwr/control
View file @
ee80c893
Package: pwr4
7
Version: 4.
7.1
-1
Package: pwr4
8
Version: 4.
8.0
-1
Section: base
Priority: optional
Architecture: i386
Depends: libc6 (>= 2.1
0.1-0ubuntu16), libgtk2.0-0 (>= 2.18.3-1ubuntu2.2), libasound2 (>= 1.0.20-3ubuntu6.1), libdb4.7 (>=4.7.25-7ubuntu2), libdb4.7++ (>=4.7.25-7ubuntu2), libmysqlclient15off (>= 5.1.30really5.0.83-0ubuntu3), g++ (>= 4:4.4.1
-1ubuntu2)
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46
Depends: libc6 (>= 2.1
2.1-0ubuntu6), libgtk2.0-0 (>= 2.22.0-0ubuntu1), libasound2 (>= 1.0.23-1ubuntu2), libdb4.7 (>=4.8.30-1), libdb4.7++ (>=4.8.30.1), libmysql++3 (>= 3.0.9-1ubuntu2), g++ (>= 4:4.4.4
-1ubuntu2)
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46
,pwr47
Maintainer: Proview <postmaster@proview.se>
Description: Proview development and runtime environment package
Proview development and runtime environment
4.
7.1
-1 Base release
4.
8.0
-1 Base release
src/tools/pkg/ubu/pwrdemo/control
View file @
ee80c893
Package: pwrdemo4
7
Version: 4.
7.1
-1
Package: pwrdemo4
8
Version: 4.
8.0
-1
Section: base
Priority: optional
Architecture: i386
Depends: pwr4
7 (>= 4.7.1
-1)
Depends: pwr4
8 (>= 4.8.0
-1)
Replaces:
Maintainer: Proview <postmaster@proview.se>
Description: Proview Demo Project package
Proview Demo Project
4.
7.1
-1 Base release
4.
8.0
-1 Base release
src/tools/pkg/ubu/pwrrt/control
View file @
ee80c893
Package: pwrrt
Version: 4.
7.1
-1
Version: 4.
8.0
-1
Section: base
Priority: optional
Architecture: i386
Depends: libc6 (>= 2.1
0.1-0ubuntu16), libgtk2.0-0 (>= 2.18.3-1ubuntu2.2), libasound2 (>= 1.0.20-3ubuntu6.1), libdb4.7 (>=4.7.25-7ubuntu2
)
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Depends: libc6 (>= 2.1
2.1-0ubuntu6), libgtk2.0-0 (>= 2.22.0-0ubuntu1), libasound2 (>= 1.0.23-1ubuntu2), libdb4.8 (>=4.8.30-1
)
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
,pwr48
Maintainer: Proview <postmaster@proview.se>
Description:
Proview runtime environment
4.
7.1
-1 Base release
4.
8.0
-1 Base release
src/tools/pkg/ubu/pwrsev/control
View file @
ee80c893
Package: pwrsev
Version: 4.
7.1
-1
Version: 4.
8.0
-1
Section: base
Priority: optional
Architecture: i386
Depends: libc6 (>= 2.1
0.1-0ubuntu16), libgtk2.0-0 (>= 2.18.3-1ubuntu2.2), libasound2 (>= 1.0.20-3ubuntu6.1), libdb4.7 (>=4.7.25-7ubuntu2), libmysqlclient15off (>= 5.1.30really5.0.83-0ubuntu3
)
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Depends: libc6 (>= 2.1
2.1-0ubuntu6), libgtk2.0-0 (>= 2.22.0-0ubuntu1), libasound2 (>= 1.0.23-1ubuntu2), libdb4.8 (>=4.8.30-1), libmysql++3 (>= 3.0.9-1ubuntu2
)
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
,pwr48
Maintainer: Proview <postmaster@proview.se>
Description:
Proview storage environment
4.
7.1
-1 Base release
4.
8.0
-1 Base release
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