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
eb83165d
Commit
eb83165d
authored
Mar 23, 2021
by
John van Groningen
Browse files
in clean-classic for windows-x64 add project files for platform examples
parent
e3efee16
Pipeline
#50198
passed with stage
in 16 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-classic/windows-x64/build.sh
View file @
eb83165d
...
...
@@ -650,6 +650,19 @@ platform_dist ()
xremove
"
$2
/Libraries/Platform/Clean System Files/
$base_name
.o"
cp
"
$1
/platform/
$base_name
.obj"
"
$2
/Libraries/Platform/Clean System Files/
$base_name
.o"
done
(
cd
"
$2
/Examples/Platform Examples"
;
$2
/cpm.exe project IPLookup.prj create
;
$2
/cpm.exe project IPLookup.prj target Platform
)
(
cd
"
$2
/Examples/Platform Examples"
;
$2
/cpm.exe project MapDemo.prj create
;
$2
/cpm.exe project MapDemo.prj target Platform
)
(
cd
"
$2
/Examples/Platform Examples"
;
$2
/cpm.exe project ProcessDemo.prj create
;
$2
/cpm.exe project ProcessDemo.prj target Platform
)
(
cd
"
$2
/Examples/Platform Examples"
;
$2
/cpm.exe project SQLDbDemo.prj create
;
$2
/cpm.exe project SQLDbDemo.prj target Platform
)
(
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/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
)
}
codegen_build
()
...
...
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