Don't try to use win32.order files in a debug build. sr=jband

git-svn-id: svn://10.0.0.236/trunk@87147 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
2001-02-15 23:04:33 +00:00
parent 6e713e8510
commit c4c21be07f

View File

@@ -83,7 +83,7 @@ $(DLL): $(OBJDIR) $(OBJS) $(LLIBS) $(RESFILE) $(DEFFILE) $(MISCDEP) makefile.win
!ifdef MAPFILE
/MAP:$(MAPFILE)
!endif
!if exist(win32.order)
!if exist(win32.order) && !defined(MOZ_DEBUG)
/ORDER:@win32.order
!endif
$(LFLAGS)