Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
The source code was recompiled under Tiny C Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
PopovEvgeniy committed Nov 5, 2024
1 parent cb690c3 commit 17d4f8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 249 deletions.
2 changes: 2 additions & 0 deletions compile.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
C:\tcc\tcc.exe magicswf.c
2 changes: 1 addition & 1 deletion magicswf.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char *argv[])
void show_intro()
{
putchar('\n');
puts("Magic swf. Version 1.5");
puts("Magic swf. Version 1.5.1");
puts("A simple tool for converting an Adobe Flash movies to a self-played movies");
puts("This sofware was made by Popov Evgeniy Alekseyevich,2011-2024 years");
puts("This software is distributed under GNU GENERAL PUBLIC LICENSE");
Expand Down
201 changes: 0 additions & 201 deletions magicswf.tgt

This file was deleted.

43 changes: 0 additions & 43 deletions magicswf.wpj

This file was deleted.

9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
A simple tool for converting Adobe Flash movies to standalone movies
This software was made by Popov Evgeniy Alekseyevich

Version 1.5.0.2
Version 1.5.1

System requirements

60 kilobytes of free space on storage media.
36 kilobytes of free space on storage media.

Description and usage

Expand All @@ -34,7 +34,7 @@ This program is distributed under GNU GENERAL PUBLIC LICENSE.

Source code

The source code was compiled under Open Watcom.
The source code was compiled under Tiny C Compiler.
But you can do it with any modern C compiler.

Contact
Expand All @@ -57,4 +57,5 @@ Version history
1.4.9: Visual C++ support has improved.
1.4.9.1: The documentation has been updated.
1.5: The small changes.
1.5.0.1-1.5.0.2: The documentation has been updated.
1.5.0.1-1.5.0.2: The documentation has been updated.
1.5.1: The source code was recompiled under Tiny C Compiler.

0 comments on commit 17d4f8b

Please sign in to comment.