Re: [Freedos-kernel] some exeflat changes

2004-11-16 Thread tom ehlert
Hi Bart,

good to see you alive and around :)

 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 ?

 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 ?

this might, should and will be recoded by some sort of

  system(getenv(XUPX, ...)

tom




---
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


Re: [Freedos-kernel] some exeflat changes

2004-11-16 Thread bartoldeman
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