changeset 606:c9c1c4ce8f0f

[xemacs-hg @ 2001-06-02 06:55:26 by ben] Makefile.in.in: eliminate that pesky "defaulting to 00401000" warning. nt.h: eliminate warnings.
author ben
date Sat, 02 Jun 2001 06:55:28 +0000
parents 47823c2cf014
children 9979b8030c99
files src/ChangeLog src/Makefile.in.in src/nt.h
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jun 02 06:16:55 2001 +0000
+++ b/src/ChangeLog	Sat Jun 02 06:55:28 2001 +0000
@@ -1,3 +1,10 @@
+2001-06-01  Ben Wing  <ben@xemacs.org>
+
+	* Makefile.in.in (ldflags):
+	eliminate that pesky "defaulting to 00401000" warning.
+	* nt.h:
+	eliminate warnings.
+
 2001-06-01  Ben Wing  <ben@xemacs.org>
 
 	* nt.c (mswindows_utime):
--- a/src/Makefile.in.in	Sat Jun 02 06:16:55 2001 +0000
+++ b/src/Makefile.in.in	Sat Jun 02 06:55:28 2001 +0000
@@ -147,7 +147,7 @@
 cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all)
 cflags   = $(CFLAGS) $(cppflags)
 #if defined (WIN32_NATIVE) || defined (CYGWIN)
-ldflags  = $(LDFLAGS) -mwindows $(ld_switch_all) $(ld_dynamic_link_flags)
+ldflags  = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all) $(ld_dynamic_link_flags)
 #else
 ldflags  = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags)
 #endif
--- a/src/nt.h	Sat Jun 02 06:16:55 2001 +0000
+++ b/src/nt.h	Sat Jun 02 06:55:28 2001 +0000
@@ -27,6 +27,7 @@
 #define INCLUDED_nt_h_
 
 #include "syswindows.h"
+#include "systime.h" /* because of struct utimbuf below */
 
 #ifdef DEBUG_XEMACS
 #define DebPrint(stuff) _DebPrint stuff