Simple file manager written in C (Developers)
Hello RayeR,
> There's mentioned
> "gc3 compiles and runs under MS-DOS with Borland or Turbo C/C++ v3.x."
> but I'm unable to correctly generate the secondary makefile. Not sure what
> version of make should I use. Should I configure it under linux and then
> switch to dos?
Yeah, the rule for generating Makefile.2 in the main makefile seems to be borked...
Makefile.2: site.def Makefile.gen
-type site.def > Makefile.2
-type Makefile.gen >> Makefile.2
-cat site.def Makefile.gen > Makefile.2
The first two commands are correct for MS-DOS, but unfortunately the third command basically destroys their good work and just leaves a "Bad command or file name" (or some such) in Makefile.2. Maybe for now, just manually do
type site.def > Makefile.2
type Makefile.gen >> Makefile.2
(under DOS) then carry on with the
make dos
?
Thank you!
---
https://gitlab.com/tkchia · https://codeberg.org/tkchia · 😴 "MOV AX,0D500H+CMOS_REG_D+NMI"
Complete thread:
- Simple file manager written in C - GizMo79, 13.09.2020, 15:25 (Developers)
- Simple file manager written in C - glennmcc, 15.09.2020, 03:20
- Simple file manager written in C - GizMo79, 15.09.2020, 13:55
- Simple file manager written in C - RayeR, 23.09.2020, 04:15
- Simple file manager written in C - tkchia, 27.09.2020, 18:28
- Simple file manager written in C - RayeR, 30.09.2020, 23:23
- Simple file manager written in C - GizMo79, 06.12.2020, 17:33
- Simple file manager written in C - GizMo79, 29.09.2020, 22:15
- Simple file manager written in C - RayeR, 30.09.2020, 02:04
- Simple file manager written in C - GizMo79, 30.09.2020, 12:41
- Simple file manager written in C - Rugxulo, 01.10.2020, 01:10
- Simple file manager written in C - GizMo79, 01.10.2020, 10:20
- Simple file manager written in C - ecm, 06.10.2020, 23:18
- Simple file manager written in C - Rugxulo, 09.10.2020, 07:37
- Simple file manager written in C - ecm, 09.10.2020, 18:52
- Simple file manager written in C - Rugxulo, 09.10.2020, 07:37
- Simple file manager written in C - Rugxulo, 01.10.2020, 01:10
- Simple file manager written in C - GizMo79, 30.09.2020, 12:41
- Simple file manager written in C - RayeR, 30.09.2020, 02:04
- Simple file manager written in C - tkchia, 27.09.2020, 18:28
- Simple file manager written in C - RayeR, 23.09.2020, 04:15
- Simple file manager written in C - GizMo79, 15.09.2020, 13:55
- Simple file manager written in C - glennmcc, 15.09.2020, 03:20