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
52c03f75
Commit
52c03f75
authored
Jul 09, 2010
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of pwrcvs:/data1/git/pwr
parents
c84b3cc8
5ea0f459
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
java/jpwr/jop/src/JopLang.java
java/jpwr/jop/src/JopLang.java
+1
-1
java/jpwr/jop/src/os_linux/hw_x86/makefile
java/jpwr/jop/src/os_linux/hw_x86/makefile
+1
-1
src/tools/pwre/src/os_linux/pwre.pl
src/tools/pwre/src/os_linux/pwre.pl
+2
-0
No files found.
java/jpwr/jop/src/JopLang.java
View file @
52c03f75
...
@@ -347,7 +347,7 @@ public class JopLang {
...
@@ -347,7 +347,7 @@ public class JopLang {
if
(
i
==
0
&&
btree_en_us
!=
null
)
if
(
i
==
0
&&
btree_en_us
!=
null
)
continue
;
continue
;
if
(
root
!=
null
&&
root
instanceof
J
op
Applet
)
{
if
(
root
!=
null
&&
root
instanceof
JApplet
)
{
try
{
try
{
URL
current
=
((
JApplet
)
root
).
getCodeBase
();
URL
current
=
((
JApplet
)
root
).
getCodeBase
();
String
current_str
=
current
.
toString
();
String
current_str
=
current
.
toString
();
...
...
java/jpwr/jop/src/os_linux/hw_x86/makefile
View file @
52c03f75
...
@@ -15,9 +15,9 @@ local_java_sources := \
...
@@ -15,9 +15,9 @@ local_java_sources := \
JopUtilityIfc.java
\
JopUtilityIfc.java
\
JopUtility.java
\
JopUtility.java
\
JopSession.java
\
JopSession.java
\
JopLang.java
\
JopMethods.java
\
JopMethods.java
\
JopMethodsMenu.java
\
JopMethodsMenu.java
\
JopLang.java
\
JopConfirm.java
\
JopConfirm.java
\
JopConfirmDialog.java
\
JopConfirmDialog.java
\
JopFrame.java
\
JopFrame.java
\
...
...
src/tools/pwre/src/os_linux/pwre.pl
View file @
52c03f75
...
@@ -220,6 +220,7 @@ sub build_kernel # args: flavour
...
@@ -220,6 +220,7 @@ sub build_kernel # args: flavour
_module
("
otherio
");
_module
("
otherio
");
_build
("
exp
","
rt
","
src
","
copy
");
_build
("
exp
","
rt
","
src
","
copy
");
_build
("
lib
","
usbio_dummy
","
src
","
init lib
");
_build
("
lib
","
usbio_dummy
","
src
","
init lib
");
_build
("
lib
","
usb_dummy
","
src
","
init lib
");
merge
();
merge
();
_module
("
xtt
");
_module
("
xtt
");
build_all
("
exe
",
$flavour
);
build_all
("
exe
",
$flavour
);
...
@@ -325,6 +326,7 @@ sub ebuild # args: pass flavour
...
@@ -325,6 +326,7 @@ sub ebuild # args: pass flavour
_module
("
otherio
");
_module
("
otherio
");
_build
("
exp
","
rt
","
src
","
copy
");
_build
("
exp
","
rt
","
src
","
copy
");
_build
("
lib
","
usbio_dummy
","
src
","
init lib
");
_build
("
lib
","
usbio_dummy
","
src
","
init lib
");
_build
("
lib
","
usb_dummy
","
src
","
init lib
");
merge
();
merge
();
_module
("
rt
");
_module
("
rt
");
_build
("
exe
",
"
rt*
",
"
src
",
"
all
");
_build
("
exe
",
"
rt*
",
"
src
",
"
all
");
...
...
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