[Inaview-develop] [PATCH] Scripts will rock diav-3.6
Brought to you by:
lhag
|
From: Dennis L. <kd...@lh...> - 2011-10-22 11:29:24
|
Hello all, I´m on the way to collecting my stuff for the first release candidate of diav 3.6.0, so I did (and still do) a bit bugfixing in the scandisk.c file (which is still very old, we had have a few changes in the dlibs (which aren´t called dlibs actually, but will soon, maybe in diav 4.0 which I will start very soon, I expect)) and tried out 3.6´s biggest new thing: the compile.sh script: #! /bin/bash gcc -o diav3-base "/home/kdl/diav-3x/trunk/src/api/dos_view.c" gcc -o diav3-fallback "/home/kdl/diav-3x/trunk/src/api/fallback.c" gcc -o diav3-dax "/home/kdl/diav-3x/trunk/src/modules/dax.c" gcc -o diav3-file "/home/kdl/diav-3x/trunk/src/modules/file.c" gcc -o diav3-mail "/home/kdl/diav-3x/trunk/src/modules/mail.c" gcc -o diav3-scandisk "/home/kdl/diav-3x/trunk/src/modules/scandisk.c" gcc -o diav3-word "/home/kdl/diav-3x/trunk/src/modules/word_processor.c" this easy to use and understand script will make my work (and hopefully yours too) easier. I don´t have to compile *every* single codefile on it own from now, which I haven´t done anymore since the days of DOS In a View 1.5.5. This means: the quality of the programs should become better. I remember the "scandisk.c"-bug in diav-3.6.o-re3 which could also be in 3.5.x (I have to check this later today or tomorrow and will release a bugfix if necessary, if you need it soon, please just download the new file which will be released in trunk soon and backport it on your own, it will be very easy, I promise ;-) ). Yeah, I know, the script still talks about *my* homedir exclusively, but I´m on the way to write a new one, which creates an fully work environment on your workstation. I have some prototypes on my smartphone and will release them with the next release candidate (-rc2) of diav. Dennis |