Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-build
Commits
3279eab5
Commit
3279eab5
authored
Mar 25, 2021
by
John van Groningen
Browse files
in clean-classic for windows-x86 add project files for platform examples client and server
parent
59a58065
Pipeline
#50328
failed with stage
in 5 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-classic/windows-x86/build.sh
View file @
3279eab5
...
...
@@ -781,8 +781,8 @@ platform_dist ()
(
cd
"
$2
/Examples/Platform Examples"
;
$2
/cpm.exe project WebDemo.prj create
;
$2
/cpm.exe project WebDemo.prj target Platform
;
\
$2
/cpm.exe project WebDemo.prj path add
{
Application
}
\\
Libraries
\\
TCPIP
;
$2
/cpm.exe project WebDemo.prj path move 0 down
)
#
(cd "$2/Examples/Platform Examples/socket"; $2/cpm.exe project client.prj create; $2/cpm.exe project client.prj target Platform)
#
(cd "$2/Examples/Platform Examples/socket"; $2/cpm.exe project server.prj create; $2/cpm.exe project server.prj target Platform)
(
cd
"
$2
/Examples/Platform Examples/socket"
;
$2
/cpm.exe project client.prj create
;
$2
/cpm.exe project client.prj target Platform
)
(
cd
"
$2
/Examples/Platform Examples/socket"
;
$2
/cpm.exe project server.prj create
;
$2
/cpm.exe project server.prj target Platform
)
(
cd
"
$2
/Examples/Platform Examples/WebPM"
;
$2
/cpm.exe project PM.prj create
;
$2
/cpm.exe project PM.prj target Platform
;
\
$2
/cpm.exe project PM.prj path add
{
Application
}
\\
Libraries
\\
TCPIP
;
$2
/cpm.exe project PM.prj path move 0 down
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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