-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Kinder
committed
Feb 25, 2007
1 parent
4a9a3d4
commit 5230b04
Showing
16 changed files
with
72 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Magnetic - Magnetic Scrolls Interpreter. | ||
* | ||
* Written by Niclas Karlsson <[email protected]>, | ||
* David Kinder <d.kinder@btinternet.com>, | ||
* David Kinder <davidk.kinder@virgin.net>, | ||
* Stefan Meier <[email protected]> and | ||
* Paul David Doherty <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Magnetic - Magnetic Scrolls Interpreter. | ||
* | ||
* Written by Niclas Karlsson <[email protected]>, | ||
* David Kinder <d.kinder@btinternet.com>, | ||
* David Kinder <davidk.kinder@virgin.net>, | ||
* Stefan Meier <[email protected]> and | ||
* Paul David Doherty <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Magnetic - Magnetic Scrolls Interpreter. | ||
* | ||
* Written by Niclas Karlsson <[email protected]>, | ||
* David Kinder <d.kinder@btinternet.com>, | ||
* David Kinder <davidk.kinder@virgin.net>, | ||
* Stefan Meier <[email protected]> and | ||
* Paul David Doherty <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Magnetic - Magnetic Scrolls Interpreter. | ||
* | ||
* Written by Niclas Karlsson <[email protected]>, | ||
* David Kinder <d.kinder@btinternet.com>, | ||
* David Kinder <davidk.kinder@virgin.net>, | ||
* Stefan Meier <[email protected]> and | ||
* Paul David Doherty <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Magnetic - Magnetic Scrolls Interpreter. | ||
* | ||
* Written by Niclas Karlsson <[email protected]>, | ||
* David Kinder <d.kinder@btinternet.com>, | ||
* David Kinder <davidk.kinder@virgin.net>, | ||
* Stefan Meier <[email protected]> and | ||
* Paul David Doherty <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Magnetic - Magnetic Scrolls Interpreter. | ||
* | ||
* Written by Niclas Karlsson <[email protected]>, | ||
* David Kinder <d.kinder@btinternet.com>, | ||
* David Kinder <davidk.kinder@virgin.net>, | ||
* Stefan Meier <[email protected]> and | ||
* Paul David Doherty <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
@echo off | ||
|
||
"\Program Files\Info-ZIP\Zip\zip" -j \Temp\MagneticDOS.zip COPYING Dos\*.exe Dos\*.fnt Dos\magnetic.txt | ||
"\Program Files\Zip\zip" -j \Temp\MagneticDOS.zip COPYING Dos\*.exe Dos\*.fnt Dos\magnetic.txt | ||
|
||
"\Program Files\Info-ZIP\Zip\zip" -j \Temp\MagneticDOS32.zip COPYING Dos32\magnetic.exe Dos32\*.fnt | ||
"\Program Files\Info-ZIP\Zip\zip" -j \Temp\MagneticDOS32.zip Dos32\allegro.cfg Dos32\keyboard.dat Dos32\magnetic.txt | ||
"\Program Files\Zip\zip" -j \Temp\MagneticDOS32.zip COPYING Dos32\magnetic.exe Dos32\*.fnt | ||
"\Program Files\Zip\zip" -j \Temp\MagneticDOS32.zip Dos32\allegro.cfg Dos32\keyboard.dat Dos32\magnetic.txt | ||
|
||
"\Program Files\Info-ZIP\Zip\zip" -j \Temp\MagneticWin.zip COPYING Win\Release\*.exe Win\Release\*.chm | ||
"\Program Files\Zip\zip" -j \Temp\MagneticWin.zip COPYING Win\Release\*.exe Win\Release\*.chm | ||
|
||
"\Program Files\Info-ZIP\Zip\zip" \Temp\MagneticSrc.zip COPYING MakeDist.bat Generic\* Scripts\* Amiga\* | ||
"\Program Files\Info-ZIP\Zip\zip" \Temp\MagneticSrc.zip Dos\*.c Dos\makefile Dos\bcc.cfg Dos\build.txt | ||
"\Program Files\Info-ZIP\Zip\zip" \Temp\MagneticSrc.zip Dos32\allegro.c Dos32\makefile | ||
"\Program Files\Info-ZIP\Zip\zip" -r \Temp\MagneticSrc.zip Win\* -x Win\Release\* | ||
"\Program Files\Zip\zip" \Temp\MagneticSrc.zip COPYING MakeDist.bat Generic\* Scripts\* Amiga\* | ||
"\Program Files\Zip\zip" \Temp\MagneticSrc.zip Dos\*.c Dos\makefile Dos\bcc.cfg Dos\build.txt | ||
"\Program Files\Zip\zip" \Temp\MagneticSrc.zip Dos32\allegro.c Dos32\makefile | ||
"\Program Files\Zip\zip" -r \Temp\MagneticSrc.zip Win\* -x Win\Release\* | ||
pushd \Programs | ||
"\Program Files\Info-ZIP\Zip\zip" \Temp\MagneticSrc.zip Libraries\mfc\BCMenu.* | ||
"\Program Files\Info-ZIP\Zip\zip" \Temp\MagneticSrc.zip Libraries\mfc\ColourButton.* | ||
"\Program Files\Zip\zip" \Temp\MagneticSrc.zip Libraries\mfc\BCMenu.* | ||
"\Program Files\Zip\zip" \Temp\MagneticSrc.zip Libraries\mfc\ColourButton.* | ||
popd | ||
|
||
"\Program Files\Info-ZIP\Zip\zip" \Temp\MagneticSrc.zip Glk\* Gtk\* | ||
"\Program Files\Zip\zip" \Temp\MagneticSrc.zip Glk\* Gtk\* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
|
||
This is the source code for the Windows port of Niclas Karlsson's | ||
Magnetic interpreter. To rebuild, you will need Microsoft Visual C++ | ||
7.0 (Visual C++.NET) or newer. | ||
|
||
David Kinder | ||
[email protected] | ||
1st August 2002 | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ <h1>Credits</h1> | |
<strong>Niclas Karlsson</strong> <a href="mailto:[email protected]">[email protected]</a><br> | ||
Development of the Magnetic interpreter. | ||
<p> | ||
<strong>David Kinder</strong> <a href="mailto:d.kinder@btinternet.com">d.kinder@btinternet.com</a><br> | ||
<strong>David Kinder</strong> <a href="mailto:davidk.kinder@virgin.net">davidk.kinder@virgin.net</a><br> | ||
Magnetic 2.x development, Windows, MS-DOS (32-bit) and Amiga ports. | ||
<p> | ||
<strong>Stefan Meier</strong> <a href="mailto:[email protected]">[email protected]</a><br> | ||
|
@@ -21,10 +21,10 @@ <h1>Credits</h1> | |
<strong>Stefan Jokisch</strong><br> | ||
MS-DOS (16-bit) port. | ||
<p> | ||
<strong>Torbjörn Andersson</strong> <a href="mailto:[email protected]">[email protected]</a><br> | ||
<strong>Torbjörn Andersson</strong><br> | ||
Unix/Gtk port. | ||
<p> | ||
<strong>Simon Baldwin</strong> <a href="mailto:[email protected]">[email protected]</a><br> | ||
<strong>Simon Baldwin</strong><br> | ||
Glk port. | ||
<p> | ||
<strong>Rochus Boerner</strong><br> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters