Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 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 | 183866b06e0b |
children | 38db05db9cb5 |
comparison
equal
deleted
inserted
replaced
605:47823c2cf014 | 606:c9c1c4ce8f0f |
---|---|
145 ## for use in Emacs. | 145 ## for use in Emacs. |
146 | 146 |
147 cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all) | 147 cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all) |
148 cflags = $(CFLAGS) $(cppflags) | 148 cflags = $(CFLAGS) $(cppflags) |
149 #if defined (WIN32_NATIVE) || defined (CYGWIN) | 149 #if defined (WIN32_NATIVE) || defined (CYGWIN) |
150 ldflags = $(LDFLAGS) -mwindows $(ld_switch_all) $(ld_dynamic_link_flags) | 150 ldflags = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all) $(ld_dynamic_link_flags) |
151 #else | 151 #else |
152 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags) | 152 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags) |
153 #endif | 153 #endif |
154 | 154 |
155 #ifdef SOLARIS2 | 155 #ifdef SOLARIS2 |