From 2194b1ec8fcfe052364238b5e491d03145fdb199 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 5 Feb 2004 13:43:19 +0000 Subject: [PATCH] fix case bug for linker git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makeprog.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeprog.sc b/src/makeprog.sc index 165c33ca60..c1d79ac918 100644 --- a/src/makeprog.sc +++ b/src/makeprog.sc @@ -7,7 +7,7 @@ INCLUDE=$(INCDIR) include $(WXDIR)\src\makesc.env $(TARGET).exe: $(OBJECTS) $(TARGET).res - link $(LDFLAGS) /DELEXECUTABLE /RC -L/exet:nt/su:windows $(OBJECTS), $@, $*, $(LIBDIR)\ $(LIBS) + link $(LDFLAGS) /DELEXECUTABLE /NOI /RC -L/exet:nt/su:windows $(OBJECTS), $@, $*, $(LIBDIR)\ $(LIBS) clean: