Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
ee57dbb6
Commit
ee57dbb6
authored
Jun 11, 2002
by
Ronny Wichers Schreur
🏘
Browse files
Build ArgEnvC.o before linking
parent
5db5a6bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/make.sh
View file @
ee57dbb6
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
CLM
=
clm
CLM
=
clm
(
cd
backendC/CleanCompilerSources
;
make
)
(
cd
backendC/CleanCompilerSources
;
make
)
(
cd
ArgEnvUnix
;
make ArgEnvC.o
)
$CLM
-h
20M
-nt
-nw
-ci
-ns
-I
ArgEnvUnix
-I
backend
-I
compiler
-I
main
-I
main/Unix
-I
WrapDebug
\
$CLM
-h
20M
-nt
-nw
-ci
-ns
-I
ArgEnvUnix
-I
backend
-I
compiler
-I
main
-I
main/Unix
-I
WrapDebug
\
-l
ArgEnvUnix/ArgEnvC.o
\
-l
ArgEnvUnix/ArgEnvC.o
\
-l
main/Unix/cDirectory.o
\
-l
main/Unix/cDirectory.o
\
...
...
Write
Preview
Supports
Markdown
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