OSDN Git Service

(LIB_SPEC): Add OLDNAMES.LIB.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Apr 1995 14:44:55 +0000 (14:44 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Apr 1995 14:44:55 +0000 (14:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9285 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/winnt/win-nt.h

index f6a20ef..d6ce5b5 100644 (file)
@@ -71,8 +71,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 #define LIB_SPEC "%{mwindows:-subsystem:windows -entry:WinMainCRTStartup \
   USER32.LIB GDI32.LIB COMDLG32.LIB WINSPOOL.LIB} \
  %{!mwindows:-subsystem:console -entry:mainCRTStartup} \
- %{mcrtmt:LIBCMT.LIB KERNEL32.LIB ADVAPI32.LIB} \
- %{!mcrtmt:LIBC.LIB KERNEL32.LIB ADVAPI32.LIB} \
+ %{mcrtmt:OLDNAMES.LIB LIBCMT.LIB KERNEL32.LIB ADVAPI32.LIB} \
+ %{!mcrtmt:OLDNAMES.LIB LIBC.LIB KERNEL32.LIB ADVAPI32.LIB} \
  %{g:-debugtype:coff -debug:full} \
  %{v}"