Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mmix
util
Commits
e03c93ef
Commit
e03c93ef
authored
Mar 25, 2013
by
Martin Ruckert
Browse files
adding Makefile to prepare files in directory and to organize instalation
parent
cdf6f907
Changes
1
Hide whitespace changes
Inline
Side-by-side
visualstudio/Makefile
0 → 100644
View file @
e03c93ef
#
# Makefile for windos executables using MS Visual Studio
#
# you may want to adjust these variables
# where are the mmixware sources
MMIXDIR
=
../../../mmixware/trunk
# where to install files
INSTALLDIR
=
../../../../html
MMIXWAREBIN
=
mmix mmmix mmixal mmotype
all
:
bin doc
bin
:
mmoimg
doc
:
echo
no documents here
install
:
bin
for
file
in
$(MMIXWAREBIN)
;
do
\
cp
$$
file.exe
$(INSTALLDIR)
/exe
;
\
done
# to make the directory ready for visual studio
ready
:
for
file
in
ctangle cweave ctie
;
do
\
cp
$(INSTALLDIR)
/exe/
$$
file.exe
.
;
\
done
cp
$(MMIXDIR)
/
*
.w .
\ No newline at end of file
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