Hi Tom,

> > http://freedos.sourceforge.net/kernel/exeflat.c
> > (the file is smaller than the diff would be)
>
> there are probably a couple of changes to makefiles &
> batches ?

just remove that upx call in makefile.

> > To use it you need to change the makefile to remove the
> > explicit UPX call: this call is done via system() in
> > exeflat.c now.

> didn't test yet - that's all ?

yes

> this might, should and will be recoded by some sort of
>
>   system(getenv("XUPX", ...)

Unless I somehow miss your intent that is exactly what I
did.
(system only takes one parameter so I used sprintf to
construct the string to pass from getenv() etc).

Bart


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to