1998-04-13 20:24:54 +00:00
|
|
|
#!nmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
|
|
|
DEPTH=..\..\..
|
|
|
|
IGNORE_MANIFEST=1
|
|
|
|
|
1998-12-17 15:52:48 +00:00
|
|
|
DIRS=public
|
|
|
|
|
1998-04-13 20:24:54 +00:00
|
|
|
MAKE_OBJ_TYPE = EXE
|
|
|
|
PROGRAM = .\$(OBJDIR)\viewer.exe
|
|
|
|
RESFILE = viewer.res
|
1998-10-31 00:25:40 +00:00
|
|
|
!ifdef MOZ_DEBUG
|
|
|
|
RCFLAGS=/d_DEBUG
|
|
|
|
!endif
|
1998-04-13 20:24:54 +00:00
|
|
|
|
1998-06-01 17:14:40 +00:00
|
|
|
MISCDEP= \
|
|
|
|
$(DIST)\lib\DebugRobot.lib \
|
|
|
|
$(DIST)\lib\raptorweb.lib \
|
1999-05-26 01:38:36 +00:00
|
|
|
$(DIST)\lib\xpcom.lib \
|
1998-06-01 17:14:40 +00:00
|
|
|
$(LIBNSPR) \
|
1999-03-17 21:32:03 +00:00
|
|
|
$(DIST)\lib\plc3.lib
|
1998-04-13 20:24:54 +00:00
|
|
|
|
|
|
|
|
1998-10-26 18:07:14 +00:00
|
|
|
OBJS = \
|
1998-12-17 15:52:48 +00:00
|
|
|
.\$(OBJDIR)\nsBaseDialog.obj \
|
|
|
|
.\$(OBJDIR)\nsFindDialog.obj \
|
1999-01-06 21:59:17 +00:00
|
|
|
.\$(OBJDIR)\nsImageInspectorDialog.obj \
|
|
|
|
.\$(OBJDIR)\nsTableInspectorDialog.obj \
|
1998-12-17 15:52:48 +00:00
|
|
|
.\$(OBJDIR)\nsPrintSetupDialog.obj \
|
|
|
|
.\$(OBJDIR)\nsXPBaseWindow.obj \
|
1998-10-26 18:07:14 +00:00
|
|
|
.\$(OBJDIR)\nsBrowserWindow.obj \
|
|
|
|
.\$(OBJDIR)\nsEditorMode.obj \
|
|
|
|
.\$(OBJDIR)\nsSetupRegistry.obj \
|
|
|
|
.\$(OBJDIR)\nsViewerApp.obj \
|
|
|
|
.\$(OBJDIR)\nsWebCrawler.obj \
|
|
|
|
.\$(OBJDIR)\nsWinMain.obj \
|
|
|
|
.\$(OBJDIR)\JSConsole.obj \
|
1998-04-13 20:24:54 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1998-10-26 18:07:14 +00:00
|
|
|
LINCS= \
|
1998-07-17 22:58:11 +00:00
|
|
|
-I$(PUBLIC)\raptor \
|
|
|
|
-I$(PUBLIC)\xpcom \
|
|
|
|
-I$(PUBLIC)\dom \
|
|
|
|
-I$(PUBLIC)\js \
|
1999-06-28 10:35:57 +00:00
|
|
|
!ifdef NECKO
|
|
|
|
-I$(PUBLIC)\necko \
|
|
|
|
!else
|
1998-07-17 22:58:11 +00:00
|
|
|
-I$(PUBLIC)\netlib \
|
1999-06-28 10:35:57 +00:00
|
|
|
!endif
|
1998-07-17 22:58:11 +00:00
|
|
|
-I$(PUBLIC)\java \
|
|
|
|
-I$(PUBLIC)\plugin \
|
1998-09-22 00:57:54 +00:00
|
|
|
-I$(PUBLIC)\pref \
|
1998-11-29 22:13:27 +00:00
|
|
|
-I$(PUBLIC)\editor \
|
1999-01-30 16:52:29 +00:00
|
|
|
-I$(PUBLIC)\uconv \
|
1999-02-04 15:55:58 +00:00
|
|
|
-I$(PUBLIC)\strres \
|
|
|
|
-I$(PUBLIC)\locale \
|
1999-02-17 15:30:26 +00:00
|
|
|
-I$(PUBLIC)\lwbrk \
|
1999-02-04 15:55:58 +00:00
|
|
|
-I$(PUBLIC)\unicharutil \
|
|
|
|
-I$(PUBLIC)\intl \
|
1998-12-02 00:28:58 +00:00
|
|
|
-I$(PUBLIC)\rdf \
|
1999-04-04 00:40:56 +00:00
|
|
|
-I$(PUBLIC)\wallet \
|
1999-04-11 09:41:53 +00:00
|
|
|
-I$(PUBLIC)\profile \
|
1998-09-22 00:57:54 +00:00
|
|
|
!if defined(NGPREFS)
|
|
|
|
-I$(PUBLIC)\ngprefs \
|
|
|
|
!endif
|
1998-11-20 23:54:29 +00:00
|
|
|
!ifdef MOZ_FULLCIRCLE
|
1998-11-22 01:20:32 +00:00
|
|
|
-I$(PUBLIC)\fulls32 \
|
1998-11-20 23:54:29 +00:00
|
|
|
!endif
|
1999-01-25 08:05:00 +00:00
|
|
|
-I$(PUBLIC)\oji \
|
|
|
|
-I$(PUBLIC)\caps \
|
1998-09-22 00:57:54 +00:00
|
|
|
$(NULL)
|
1998-06-04 17:46:41 +00:00
|
|
|
|
1998-06-01 17:14:40 +00:00
|
|
|
MYLIBS= \
|
1998-07-26 23:52:36 +00:00
|
|
|
$(DIST)\lib\raptorgfxwin.lib \
|
1998-06-01 17:14:40 +00:00
|
|
|
$(DIST)\lib\raptorhtml.lib \
|
|
|
|
$(DIST)\lib\raptorweb.lib \
|
1998-09-14 20:46:42 +00:00
|
|
|
$(DIST)\lib\raptorwidget.lib \
|
1998-10-26 18:07:14 +00:00
|
|
|
$(DIST)\lib\raptorhtmlpars.lib \
|
1998-06-01 17:14:40 +00:00
|
|
|
$(DIST)\lib\DebugRobot.lib \
|
1999-05-26 01:38:36 +00:00
|
|
|
$(DIST)\lib\xpcom.lib \
|
1998-08-05 01:40:20 +00:00
|
|
|
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
|
1998-06-01 17:14:40 +00:00
|
|
|
$(LIBNSPR) \
|
1999-03-17 21:32:03 +00:00
|
|
|
$(DIST)\lib\plc3.lib \
|
1999-06-28 10:35:57 +00:00
|
|
|
!ifdef NECKO
|
|
|
|
$(DIST)\lib\neckoutil_s.lib \
|
|
|
|
!else
|
1998-06-01 17:14:40 +00:00
|
|
|
$(DIST)\lib\netlib.lib \
|
1999-06-28 10:35:57 +00:00
|
|
|
!endif
|
1998-07-08 23:46:01 +00:00
|
|
|
$(DIST)\lib\jsdom.lib \
|
1998-06-01 17:14:40 +00:00
|
|
|
comdlg32.lib \
|
1998-09-22 00:57:54 +00:00
|
|
|
!if defined(NGPREFS)
|
|
|
|
ole32.lib \
|
|
|
|
!endif
|
1998-11-20 23:54:29 +00:00
|
|
|
!ifdef MOZ_FULLCIRCLE
|
1998-11-22 01:20:32 +00:00
|
|
|
$(DIST)\lib\fulls32.lib \
|
1998-11-20 23:54:29 +00:00
|
|
|
!endif
|
1998-04-13 20:24:54 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
LLIBS= $(MYLIBS) \
|
|
|
|
shell32.lib \
|
|
|
|
-SUBSYSTEM:CONSOLE
|
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
|
1998-06-04 17:46:41 +00:00
|
|
|
!ifdef MOZ_NO_DEBUG_RTL
|
|
|
|
OS_CFLAGS = $(OS_CFLAGS) -DMOZ_NO_DEBUG_RTL
|
|
|
|
!endif
|
|
|
|
|
1998-09-22 00:57:54 +00:00
|
|
|
!if defined(NGPREFS)
|
|
|
|
OS_CFLAGS = $(OS_CFLAGS) -DNGPREFS
|
|
|
|
!endif
|
|
|
|
|
1998-04-13 20:24:54 +00:00
|
|
|
install:: $(PROGRAM)
|
|
|
|
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
1998-12-17 15:52:48 +00:00
|
|
|
$(MAKE_INSTALL) resources\find.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) resources\printsetup.html $(DIST)\bin\res\samples
|
1999-01-06 21:59:17 +00:00
|
|
|
$(MAKE_INSTALL) resources\image_props.html $(DIST)\bin\res\samples
|
1999-02-09 19:21:02 +00:00
|
|
|
$(MAKE_INSTALL) resources\viewer.properties $(DIST)\bin\res
|
1998-04-13 20:24:54 +00:00
|
|
|
$(MAKE_INSTALL) samples\test0.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test1.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test2.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test3.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test4.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test5.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test6.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test7.html $(DIST)\bin\res\samples
|
1998-06-04 17:46:41 +00:00
|
|
|
$(MAKE_INSTALL) samples\test8.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test8siz.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test8sca.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test8tab.html $(DIST)\bin\res\samples
|
1998-11-09 23:30:16 +00:00
|
|
|
$(MAKE_INSTALL) samples\test8dom.html $(DIST)\bin\res\samples
|
1998-06-24 00:29:00 +00:00
|
|
|
$(MAKE_INSTALL) samples\test_ed.html $(DIST)\bin\res\samples
|
1998-06-18 00:47:18 +00:00
|
|
|
$(MAKE_INSTALL) samples\test9.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test9a.html $(DIST)\bin\res\samples
|
1998-07-27 05:59:37 +00:00
|
|
|
$(MAKE_INSTALL) samples\test9b.html $(DIST)\bin\res\samples
|
1998-04-13 20:24:54 +00:00
|
|
|
$(MAKE_INSTALL) samples\raptor.jpg $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\Anieyes.gif $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\gear1.gif $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\rock_gra.gif $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\bg.jpg $(DIST)\bin\res\samples
|
1999-04-26 18:42:15 +00:00
|
|
|
$(MAKE_INSTALL) samples\checkboxTest.xul $(DIST)\bin\res\samples
|
1999-06-17 01:12:15 +00:00
|
|
|
$(MAKE_INSTALL) samples\beeptest.html $(DIST)\bin\res\samples
|
1998-10-26 18:07:14 +00:00
|
|
|
$(MAKE_INSTALL) samples\test10.html $(DIST)\bin\res\samples
|
1999-02-03 17:05:48 +00:00
|
|
|
$(MAKE_INSTALL) samples\test11.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test12.html $(DIST)\bin\res\samples
|
1999-03-11 21:23:28 +00:00
|
|
|
$(MAKE_INSTALL) samples\test13.html $(DIST)\bin\res\samples
|
1999-04-13 02:37:14 +00:00
|
|
|
$(MAKE_INSTALL) samples\test14.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\test15.html $(DIST)\bin\res\samples
|
1999-05-27 21:17:10 +00:00
|
|
|
$(MAKE_INSTALL) samples\test16.html $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\demoform.css $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\mozform.css $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\aform.css $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\bform.css $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\cform.css $(DIST)\bin\res\samples
|
1998-12-10 18:55:45 +00:00
|
|
|
$(MAKE_INSTALL) samples\test_pr.html $(DIST)\bin\res\samples
|
1999-02-09 18:41:47 +00:00
|
|
|
$(MAKE_INSTALL) samples\test_gfx.html $(DIST)\bin\res\samples
|
1999-03-22 21:32:12 +00:00
|
|
|
$(MAKE_INSTALL) samples\test_lbox.html $(DIST)\bin\res\samples
|
1999-03-05 20:20:18 +00:00
|
|
|
$(MAKE_INSTALL) samples\toolbarTest1.xul $(DIST)\bin\res\samples
|
1999-03-09 21:55:22 +00:00
|
|
|
$(MAKE_INSTALL) samples\treeTest1.xul $(DIST)\bin\res\samples
|
1999-03-05 20:20:18 +00:00
|
|
|
$(MAKE_INSTALL) samples\xulTest.css $(DIST)\bin\res\samples
|
1999-03-09 21:55:22 +00:00
|
|
|
$(MAKE_INSTALL) samples\treeTest1.css $(DIST)\bin\res\samples
|
1999-06-16 22:20:29 +00:00
|
|
|
$(MAKE_INSTALL) samples\sliderTest1.xul $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\scrollbarTest1.xul $(DIST)\bin\res\samples
|
|
|
|
$(MAKE_INSTALL) samples\scrollbarTest2.xul $(DIST)\bin\res\samples
|
1999-03-12 21:40:39 +00:00
|
|
|
$(MAKE_INSTALL) throbber\anim.gif $(DIST)\bin\res\throbber
|
1998-07-11 05:33:00 +00:00
|
|
|
$(MAKE_INSTALL) throbber\anims00.gif $(DIST)\bin\res\throbber
|
1999-04-07 03:50:05 +00:00
|
|
|
$(MAKE_INSTALL) throbber\anims01.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims02.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims03.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims04.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims05.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims06.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims07.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims08.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims09.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims10.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims11.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims12.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims13.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims14.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims15.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims16.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims17.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims18.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims19.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims20.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims21.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims22.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims23.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims24.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims25.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims26.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims27.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims28.gif $(DIST)\bin\res\throbber
|
|
|
|
$(MAKE_INSTALL) throbber\anims29.gif $(DIST)\bin\res\throbber
|
1998-04-13 20:24:54 +00:00
|
|
|
|
|
|
|
clobber::
|
|
|
|
rm -f $(DIST)\bin\viewer.exe
|
1998-12-17 15:52:48 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\find.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\printsetup.html
|
1998-04-13 20:24:54 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test0.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test1.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test2.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test3.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test4.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test5.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test6.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test7.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test8.html
|
1998-06-18 00:47:18 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test8siz.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test8sca.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test8tab.html
|
1998-11-09 23:30:16 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test8dom.html
|
1998-06-24 00:29:00 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test_ed.html
|
1998-06-18 00:47:18 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test9.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test9a.html
|
1998-07-27 05:59:37 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test9b.html
|
1998-04-13 20:24:54 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\raptor.jpg
|
|
|
|
rm -f $(DIST)\bin\res\samples\Anieyes.gif
|
|
|
|
rm -f $(DIST)\bin\res\samples\gear1.gif
|
|
|
|
rm -f $(DIST)\bin\res\samples\rock_gra.gif
|
|
|
|
rm -f $(DIST)\bin\res\samples\bg.jpg
|
1999-04-26 18:42:15 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\checkboxTest.xul
|
1999-06-17 01:12:15 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\beeptest.html
|
1998-10-26 18:07:14 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test10.html
|
1999-02-03 17:05:48 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test11.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test12.html
|
1999-05-27 21:17:10 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test16.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\demoform.css
|
|
|
|
rm -f $(DIST)\bin\res\samples\mozform.css
|
|
|
|
rm -f $(DIST)\bin\res\samples\aform.css
|
|
|
|
rm -f $(DIST)\bin\res\samples\bform.css
|
|
|
|
rm -f $(DIST)\bin\res\samples\cform.css
|
1999-02-09 18:41:47 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test_pr.html
|
|
|
|
rm -f $(DIST)\bin\res\samples\test_gfx.html
|
1999-03-22 21:32:12 +00:00
|
|
|
rm -f $(DIST)\bin\res\samples\test_lbox.html
|
1999-03-12 21:40:39 +00:00
|
|
|
rm -f $(DIST)\bin\res\throbber\anim.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims00.gif
|
1999-04-07 03:50:05 +00:00
|
|
|
rm -f $(DIST)\bin\res\throbber\anims01.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims02.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims03.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims04.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims05.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims06.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims07.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims08.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims09.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims10.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims11.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims12.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims13.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims14.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims15.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims16.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims17.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims18.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims19.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims20.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims21.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims22.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims23.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims24.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims25.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims26.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims27.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims28.gif
|
|
|
|
rm -f $(DIST)\bin\res\throbber\anims29.gif
|