diff options
author | rrt <unknown> | 2000-11-09 11:28:23 +0000 |
---|---|---|
committer | rrt <unknown> | 2000-11-09 11:28:23 +0000 |
commit | 8e62e06336143eec2157e8a62675e3941b839948 (patch) | |
tree | 54b4bcb3f4aafc619b648a87dc65e6642bb26fbf | |
parent | 5dd916543a04bd22de43c242cb0a0c14aafc90f3 (diff) | |
download | haskell-8e62e06336143eec2157e8a62675e3941b839948.tar.gz |
[project @ 2000-11-09 11:28:23 by rrt]
Second stab at getting the GHC InstallShield setup into CVS in a sensible
manner; the previous sticking point was having spaces in filenames.
-rw-r--r-- | ghc/InstallShield/Glasgow Haskell Compiler.ipr | 58 | ||||
-rw-r--r-- | ghc/InstallShield/is.zip | bin | 46784 -> 0 bytes |
2 files changed, 58 insertions, 0 deletions
diff --git a/ghc/InstallShield/Glasgow Haskell Compiler.ipr b/ghc/InstallShield/Glasgow Haskell Compiler.ipr new file mode 100644 index 0000000000..b4a8c90bed --- /dev/null +++ b/ghc/InstallShield/Glasgow Haskell Compiler.ipr @@ -0,0 +1,58 @@ +[Language] +LanguageSupport0=0009 + +[OperatingSystem] +OSSupport=0000000000011010 + +[Data] +CurrentMedia=rel +set_mifserial= +ProductName=Glasgow Haskell Compiler +CurrentComponentDef=Default.cdf +set_dlldebug=No +AppExe=ghc +DevEnvironment=Microsoft Visual C++ 6 +set_mif=No +set_testmode=No +Instructions=Instructions.txt +EmailAddresss=glasgow-haskell-users@haskell.org +SummaryText= +Department= +Type=Software Development Application +Author= +HomeURL=http://www.haskell.org/ghc/ +InstallRoot=C:\GHC InstallShield +set_level=Level 3 +InstallationGUID=6db5bb92-3160-48f2-92d1-f9141c99d48a +Version=4.08.1 +set_miffile=Status.mif +set_args= +set_maxerr=50 +Notes=Notes.txt +CurrentFileGroupDef=Default.fdf +set_dllcmdline= +set_warnaserr=No +Copyright=See LICENSE +set_preproc= +Category= +CurrentPlatform= +set_compileb4build=No +set_crc=Yes +set_maxwarn=50 +Description=Description.txt +CompanyName=University of Glasgow +CurrentLanguage=English +set_libraries=isrt.obl ifx.obl +set_linkpath= + +[MediaInfo] +mediadata0=release/Media\release +mediadata1=New Media/Media\New Media +mediadata2=rel/Media\rel + +[General] +Type=INSTALLMAIN +Version=2.20.000 +ReadOnly=N +PassData= + diff --git a/ghc/InstallShield/is.zip b/ghc/InstallShield/is.zip Binary files differdeleted file mode 100644 index 5fa5ff2342..0000000000 --- a/ghc/InstallShield/is.zip +++ /dev/null |