> I'm having a bash at this - mostly I copied and simplified the corresponding > code from the GNU touch utility.
There are already many native ports of the GNU tools for Windows. For example: http://gnuwin32.sourceforge.net/packages/coreutils.htm I used these ones to compile linux code using a Visual Studio project and they worked well. > But I want to add windows32-specific enhancements, and I'm struggling to > figure out how to build gmake with the WINDOWS32 define turned on, so it > compiles the windows-specific stuff. You can try adding -DWINDOWS32 to CFLAGS. -- Jesús Corrius <[email protected]> _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
