зеркало из https://github.com/mozilla/pjs.git
added mtbf to tools directory
This commit is contained in:
Родитель
b7b48568ee
Коммит
620272af59
|
@ -0,0 +1,88 @@
|
|||
# Microsoft Developer Studio Project File - Name="mtbf" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||
|
||||
CFG=mtbf - Win32 Debug
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "mtbf.mak".
|
||||
!MESSAGE
|
||||
!MESSAGE You can specify a configuration when running NMAKE
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "mtbf.mak" CFG="mtbf - Win32 Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "mtbf - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "mtbf - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
# PROP AllowPerConfigDependencies 0
|
||||
# PROP Scc_ProjName ""
|
||||
# PROP Scc_LocalPath ""
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "mtbf - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "Release"
|
||||
# PROP BASE Intermediate_Dir "Release"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
|
||||
|
||||
!ELSEIF "$(CFG)" == "mtbf - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debug"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "Debug"
|
||||
# PROP Intermediate_Dir "Debug"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "mtbf - Win32 Release"
|
||||
# Name "mtbf - Win32 Debug"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\main.cpp
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
|
@ -0,0 +1,29 @@
|
|||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "mtbf"=.\mtbf.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
|
@ -0,0 +1,129 @@
|
|||
http://www.yahoo.com
|
||||
http://www.netscape.com
|
||||
http://www.mozilla.org
|
||||
http://www.microsoft.com
|
||||
http://www.excite.com
|
||||
http://www.mckinley.com
|
||||
http://www.city.net
|
||||
http://www.webcrawler.com
|
||||
http://www.mirabilis.com
|
||||
http://www.infoseek.com
|
||||
http://www.pathfinder.com
|
||||
http://www.warnerbros.com
|
||||
http://www.cnn.com
|
||||
http://www.altavista.com
|
||||
http://www.usatoday.com
|
||||
http://www.disney.com
|
||||
http://www.starwave.com
|
||||
http://www.hotwired.com
|
||||
http://www.hotbot.com
|
||||
http://www.lycos.com
|
||||
http://www.pointcast.com
|
||||
http://www.cnet.com
|
||||
http://www.search.com
|
||||
http://www.news.com
|
||||
http://www.download.com
|
||||
http://www.geocities.com
|
||||
http://www.aol.com
|
||||
http://members.aol.com
|
||||
http://www.imdb.com
|
||||
http://uk.imdb.com
|
||||
http://www.macromedia.com
|
||||
http://www.infobeat.com
|
||||
http://www.fxweb.com
|
||||
http://www.whowhere.com
|
||||
http://www.real.com
|
||||
http://www.sportsline.com
|
||||
http://www.dejanews.com
|
||||
http://www.the-park.com
|
||||
http://www.cmpnet.com
|
||||
http://www.go2net.com
|
||||
http://www.metacrawler.com
|
||||
http://www.playsite.com
|
||||
http://www.stocksite.com
|
||||
http://www.sony.com
|
||||
http://www.music.sony.com
|
||||
http://www.station.sony.com
|
||||
http://www.scea.sony.com
|
||||
http://www.infospace.com
|
||||
http://www.zdnet.com
|
||||
http://www.hotfiles.com
|
||||
http://www.chathouse.com
|
||||
http://www.looksmart.com
|
||||
http://www.imaginegames.com
|
||||
http://www.macaddict.com
|
||||
http://www.rsac.org
|
||||
http://www.apple.com
|
||||
http://www.beseen.com
|
||||
http://www.dogpile.com
|
||||
http://www.xoom.com
|
||||
http://www.tucows.com
|
||||
http://www.freethemes.com
|
||||
http://www.winfiles.com
|
||||
http://www.vservers.com
|
||||
http://www.mtv.com
|
||||
http://www.the-xfiles.com
|
||||
http://www.datek.com
|
||||
http://www.cyberthrill.com
|
||||
http://www.surplusdirect.com
|
||||
http://www.tomshardware.com
|
||||
http://www.bigyellow.com
|
||||
http://www.100hot.com
|
||||
http://www.messagemates.com
|
||||
http://www.onelist.com
|
||||
http://www.ea.com
|
||||
http://www.bullfrog.co.uk
|
||||
http://www.travelocity.com
|
||||
http://www.ibm.com
|
||||
http://www.bigcharts.com
|
||||
http://www.davesclassics.com
|
||||
http://www.goto.com
|
||||
http://www.weather.com
|
||||
http://www.gamespot.com
|
||||
http://www.bloomberg.com
|
||||
http://www.winzip.com
|
||||
http://www.filez.com
|
||||
http://www.westwood.com
|
||||
http://www.internet.com
|
||||
http://www.cardmaster.com
|
||||
http://www.creaf.com
|
||||
http://netaddress.usa.net
|
||||
http://www.occ.com
|
||||
http://www.as.org
|
||||
http://www.amazon.com
|
||||
http://www.drudgereport.com
|
||||
http://www.hardradio.com
|
||||
http://www.intel.com
|
||||
http://www.mp3.com
|
||||
http://www.ebay.com
|
||||
http://www.msn.com
|
||||
http://www.fifa.com
|
||||
http://www.attitude.com
|
||||
http://www.happypuppy.com
|
||||
http://www.gamesdomain.com
|
||||
http://www.onsale.com
|
||||
http://www.tm.com
|
||||
http://www.xlnc1.com
|
||||
http://www.greatsports.com
|
||||
http://www.discovery.com
|
||||
http://www.nai.com
|
||||
http://www.nasa.gov
|
||||
http://www.ogr.com
|
||||
http://www.warzone.com
|
||||
http://www.gamestats.com
|
||||
http://www.winamp.com
|
||||
http://java.sun.com
|
||||
http://www.hp.com
|
||||
http://www.cdnow.com
|
||||
http://www.nytimes.com
|
||||
http://www.majorleaguebaseball.com
|
||||
http://www.washingtonpost.com
|
||||
http://www.planetquake.com
|
||||
http://www.wsj.com
|
||||
http://www.slashdot.org
|
||||
http://www.adobe.com
|
||||
http://www.quicken.com
|
||||
http://www.talkcity.com
|
||||
http://www.developer.com
|
||||
http://www.mapquest.com
|
||||
http://www.bluemountain.com
|
Загрузка…
Ссылка в новой задаче