Login

Subversion Repositories NedoOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1571 2022-09-26 02:51:51 salex /src/Makefile  
1564 2022-09-23 19:52:54 salex /src/Makefile Сборка untr заработала  
1562 2022-09-23 19:46:02 salex /src/Makefile Добавлены подкаталоги сборки.  
1548 2022-09-22 21:32:19 salex /src/Makefile  
930 2021-03-01 01:39:30 alone /src/Makefile r921  
926 2021-02-28 23:33:38 baho /src/Makefile * src/Makefile: Removed extra cleaning of "release" direcotry for each "clean-*" target;
* fatfs4os/Makefile: Forced removal of temporary directory;
* src/: Removed "make clean" call from "mkatm2.bat", "mkatm2hd.bat", "mkatm3.bat", "mkatm3hd.bat", "mkatm3sd.bat", "mkevo.bat", "mkevsd-g.bat", "mkpe26.bat", "mkpe26sd.bat" to speed up build.
 
925 2021-02-28 22:55:48 baho /src/Makefile * src/: Quick workaround for "nedoload" compilation on Windows NT in "Makefile";
* src/builddir.bat: Fixed "makeall" flag name;
* src/games/nedoload/build.bat: Fixed "makeall" flag name;
* src/: Fixed "makeall" flag name in "mkatm2.bat", "mkatm2hd.bat", "mkatm3.bat", "mkatm3hd.bat", "mkatm3sd.bat", "mkevo.bat", "mkevsd-g.bat", "mkpe26.bat", "mkpe26sd.bat";
+ src/nedolang/diff: New "Makefile" (converted from "build.bat");
* src/nedolang/: Fixed "makeall" flag name in "build.bat" for "asm", "comp", "diff", "exp", "movedisk", "nedodel", "testspt", "tok".
 
922 2021-02-28 19:25:01 baho /src/Makefile + src/_sdk/: Added "config" sub-directory for easy target configuration. Placed "syssets.asm" files for targets "atm2", "atm2hd", "atm3", "atm3hd", "atm3sd", "evo", "evsd-g", "pe26", "pe26sd" in corresponding sub-directories;
+ src/_sdk/: Added "bin" sub-directory for all executables. Moved existing "convega.exe" / "convega.bin", "nedopad.exe" / "nedopad.bin", "nedores.exe" / "nedores.bin", "nedotrd.exe" / "nedotrd.bin" to "bin/";
+ src/_sdk/convega/: Added compilation of "convega" tool for GNU/Linux host using Free Pascal compiler;
+ src/_sdk/: Updated "common.mk" and "setpath.bat" to use MinGW/MSYS tools for Windows NT host. Updated "iar.mk" for Windows NT host;
+ tools/: Added "mingw" sub-directory for tools from MinGW-W64 project, moved existing "make.exe" for Windows NT 32-bit host here. Added "README_en.md" and "README_ru.md" description files;
+ tools/: Added "msys" directory for tools from MinGW/MSYS project. Added "README_en.md" and "README_ru.md" description files. Added command-line tools for Windows NT 32-bit host: cat, cp, grep, iconv, mkdir, mv, rm, rmdir, sed, xz;
* tools/: Added "vhd" sub-directory for virtual images for HDD and SD card. Added "hdd_nedo.vhd.xz" and "sd_nedo.vhd.xz" archives with prepeared empty images here. Added "b.bat" script and "vhd.zip" with another scripts and description inside;
* tools/: Replaced no longer used "chkimg.bat" and "chkimg.sh" scripts with wrappers for "dmimg" - "dmimg-adddir.bat" for Windows NT host and "dmimg-adddir.sh" for GNU/Linux host for easy adding a directory's contents to an image file;
+ us/: Added "Makefile" to auto-create "sd_nedo.vhd" and "hdd_nedo.vhd" for testing purposes;
* src/: aynet (yad), basic, bdsc, browser, cmd, demos (noise, raytrace), emptyapp, fatfs4os, games (barbaria, br, eric, hws, isitar, loyd, midnight, montana2, nedoload, net, q1, slabage, smb, snake, solkey, sprexamp, tank, tetris, untangle, vera, wolf3d, zxbattle), gfxtest, hello, kernel, more, netterm, nv, ping, pkunzip, player, playtap, pt, rdtrd, reset, scratch, setfont, tar, telnet, term, texted, tp, unrar, untr, view, wrtrd, zxrar: Modified and added missing "Makefile" and "build.bat" to use "make" to build from sources on Windows NT host using MinGW/MSYS tools in the same way as on GNU/Linux host;
* src/: Modified "Makefile" to be used on GNU/Linux in the same way as on Windows NT;
+ src/: Added "builddir.bat" to be used for fast building using "Makefile" inside a sub-directories of the project. Replaced many "build.bat" scripts with call to this script;
* src/: Modified "make.bat", "makeall.bat", "mkatm2.bat", "mkatm2hd.bat", "mkatm3.bat", "mkatm3hd.bat", "mkatm3sd.bat", "mkevo.bat", "mkevsd-g.bat", "mkpe26.bat", "mkpe26sd.bat" files to use "Makefile".
 
857 2021-01-28 16:02:10 baho /src/Makefile + tools/src/aspp, tools/aspp.exe: added new cross-platform version of "aspp";
- tools/aspp.sh: removed old version;
* fixed broken GNU/Linux build where possible (appeared in r578 by dimkam);
* repository cleanup, added many "svn:ignore" properties where needed.
 
490 2020-06-19 06:58:52 baho /src/Makefile * Makefile: Removed mess with "pe26sd" target;
* fatfs4os/Makefile: Removed deletion of needed files.
 
489 2020-06-19 06:43:37 baho /src/Makefile - fatfs4os/ff_sj.asm: Removed because of unknown license of used code;
* fatfs4os/Makefile: Switched back to use raw binary "fatfs.raw" file;
* games/Makefile: added possibility to use different installation directory;
* kernel/build.bat: Fixed local file name for target "hobeta";
* kernel/hobeta.asm: Fixed local file name for target "hobeta";
* kernel/Makefile: Added local target "hobeta";
* Makefile: Rewritten to follow dependencies correctly;
* Makefiles for basic, browser, cmd, emptyapp, modplay, nv, ping, pkunzip, player, reset, scratch, setfont, tar, telnet, texted, unrar, view, zxrar: Fixed creation of sub-directories, added possibility to use different installation directory;
* Makefiles for games (br, eric, smb, snake, tank, tetris, untangle, wolf3d): Fixed installation of resources, added possibility to use different installation directory;
* mkatm3hd.bat, mkatm3sd.bat, mkevo.bat, mkevsd-g.bat, mkpe26sd.bat: Fixed local file name for target "hobeta";
* README.linux: Updated, added description (Markdown-compatible syntax);
+ tools/Makefile: Initial commit.
 
480 2020-06-14 19:18:03 baho /src/Makefile + _sdk/common.mk, _sdk/iar.mk: Added common Makefile's macros;
* basic, browser, cmd, emptyapp, fatfs4os, kernel, modplay, nv, ping, pkunzip, player, reset, scratch, setfont, tar, telnet, texted, unrar, view, zxrar: Updated Makefiles to use common macros;
* games (br, eric, smb, snake, tank, tetris, untangle, wolf3d): Updated Makefiles to use common macros, fixed included filenames in source files;
* Makefile: Removed appsDM target;
* README.linux: Updated TODOs.
 
459 2020-05-28 20:58:47 demige /src/Makefile main Makefile target evolution
Fixed SYSDRV parameter
 
458 2020-05-27 22:33:58 demige /src/Makefile New target evolution
Targets evosd and evohd deprecated - now alias of evolution
 
420 2020-04-21 15:41:49 dimkam /src/Makefile  
215 2019-09-02 16:07:23 demige /src/Makefile Updated makefiles for Pentagon 2.6 and Wolf3d  
198 2019-07-25 13:38:49 demige /src/Makefile NV.com
- Fixed files count
- Fixed disk change dialog
 
177 2019-07-04 18:06:04 demige /src/Makefile Alone:
- сделал тар паковать директории рекурсивно
- comp, tok, asm требовали чистую память, потому не работало. пофиксил, проверил
- в cmd был косяк с copydir - пофиксил
 
176 2019-07-04 16:24:58 demige /src/Makefile Demige: Release bugfix  
167 2019-07-02 16:03:14 demige /src/Makefile - Telnet: partial ansi support added
- Kernel: added OS_GETCOLOR
 

Show All