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 3f965cb commit d41fc7d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 288 deletions.
240 changes: 0 additions & 240 deletions SndExtract.tgt

This file was deleted.

43 changes: 0 additions & 43 deletions SndExtract.wpj

This file was deleted.

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 sndextract.c
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Mugen sound extractor by Popov Evgeniy Alekseyevich

Version 2.5.6.2
Version 2.5.7


System requirements

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

Description and usage

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

Source code

The code was compiled under Open Watcom.
The code was compiled under Tiny C Compiler.
But you can do it with any modern C compiler.
The source code can be compiled for a wide range of operating systems, but you need to create a makefile or a build script by yourself.
I provide only two things: the binary file for Windows and the makefile for Linux.
Expand Down Expand Up @@ -67,4 +67,5 @@ Version history
2.5.5: Visual C++ support has improved.
2.5.5.1: The documentation has been updated.
2.5.6: The small changes.
2.5.6.1-2.5.6.2: The documentation has been updated.
2.5.6.1-2.5.6.2: The documentation has been updated.
2.5.7: The source code was recompiled under Tiny C Compiler.
2 changes: 1 addition & 1 deletion sndextract.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void show_intro()
{
putchar('\n');
puts("SND EXTRACT");
puts("Version 2.5.6");
puts("Version 2.5.7");
puts("Mugen sound extractor by Popov Evgeniy Alekseyevich, 2008-2024 years");
puts("This program is distributed under GNU GENERAL PUBLIC LICENSE");
}
Expand Down

0 comments on commit d41fc7d

Please sign in to comment.