wineboot - initial version

Shachar Shemesh wine-patches at sun.consumer.org.il
Wed Jan 1 11:48:12 CST 2003


Hi all,

This is the initial version of wineboot, the next generation. It is a 
rewrite, using the old code as reference only.

Changelog:
Shachar Shemesh <winecode at sun.consumer.org.il>

configure.ac and programs/Makefile.in

    * Added the new directory (programs/wineboot) to the list of
      makefiles to create

programs/wineboot/*

    * Initial implementation

Bugs:

    * At this stage only wininit.ini processing has been written. Lots
      more work to do.
    * _stricmp is not defined, and is called directly instead of as stricmp.
    * As a result of the above, there is a compilation warning when
      compiling.


-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /home/sun/sources/cvs/wine/configure.ac,v
retrieving revision 1.114
diff -u -r1.114 configure.ac
--- configure.ac	24 Dec 2002 02:39:47 -0000	1.114
+++ configure.ac	28 Dec 2002 21:01:43 -0000
@@ -1499,6 +1499,7 @@
 programs/uninstaller/Makefile
 programs/view/Makefile
 programs/wcmd/Makefile
+programs/wineboot/Makefile
 programs/wineconsole/Makefile
 programs/winedbg/Makefile
 programs/winefile/Makefile
Index: programs/Makefile.in
===================================================================
RCS file: /home/sun/sources/cvs/wine/programs/Makefile.in,v
retrieving revision 1.32
diff -u -r1.32 Makefile.in
--- programs/Makefile.in	2 Dec 2002 21:17:05 -0000	1.32
+++ programs/Makefile.in	28 Dec 2002 21:02:18 -0000
@@ -22,6 +22,7 @@
 	uninstaller \
 	view \
 	wcmd \
+	wineboot \
 	wineconsole \
 	winedbg \
 	winefile \
-------------- next part --------------
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = wineboot.exe
#EXTRALIBS = @CURSESLIBS@
APPMODE   = cui
IMPORTS   = msvcrt
#DELAYIMPORTS = comctl32 user32 gdi32

C_SRCS = \
	wineboot.c

#RC_SRCS = wineboot_res.rc

@MAKE_PROG_RULES@


### Dependencies:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wineboot.c
Type: text/x-csrc
Size: 3739 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030101/b9c08bcc/wineboot.c
-------------- next part --------------
Makefile
wineboot
wineboot.exe.dbg.c
wineboot.exe.dbg.o
wineboot.exe.so
wineboot.exe.spec.c
wineboot.exe.spec.o
wineboot.o


More information about the wine-patches mailing list