diff options
author | patg@krsna.patg.net <> | 2004-06-23 21:02:37 -0700 |
---|---|---|
committer | patg@krsna.patg.net <> | 2004-06-23 21:02:37 -0700 |
commit | c9b1946c054e3f04a5dc61bd6add323eec95293e (patch) | |
tree | 377718479f4cbb73e72c8255d8a3feb34deb3d7c | |
parent | c7e61b8e9a8dc5ba96d6b1747e0377daa9378b12 (diff) | |
download | mariadb-git-c9b1946c054e3f04a5dc61bd6add323eec95293e.tar.gz |
Development.fgl:
add typelib.h to filelist
Clients and Tools.fgl:
add libmysql.dll to file list
4.0.XX-gpl.ipr:
Various fixes to installshield project file (added files)
3 files changed, 25 insertions, 23 deletions
diff --git a/VC++Files/InstallShield/4.0.XX-gpl/4.0.XX-gpl.ipr b/VC++Files/InstallShield/4.0.XX-gpl/4.0.XX-gpl.ipr index c415a03a315..9213565f4b2 100755 --- a/VC++Files/InstallShield/4.0.XX-gpl/4.0.XX-gpl.ipr +++ b/VC++Files/InstallShield/4.0.XX-gpl/4.0.XX-gpl.ipr @@ -6,42 +6,42 @@ OSSupport=0000000000010010 [Data] CurrentMedia= -CurrentComponentDef=Default.cdf -ProductName=MySQL Servers and Clients set_mifserial= -DevEnvironment=Microsoft Visual C++ 6 -AppExe= +ProductName=MySQL Servers and Clients +CurrentComponentDef=Default.cdf set_dlldebug=No -EmailAddresss= -Instructions=Instructions.txt -set_testmode=No +AppExe= +DevEnvironment=Microsoft Visual C++ 6 set_mif=No +set_testmode=No +Instructions=Instructions.txt +EmailAddresss= SummaryText= Department= -HomeURL= -Author= Type=Database Application +Author= +HomeURL= InstallRoot=D:\MySQL-Install\mysql-4\MySQL Servers and Clients -Version=1.00.000 -InstallationGUID=40744a4d-efed-4cff-84a9-9e6389550f5c set_level=Level 3 -CurrentFileGroupDef=Default.fdf -Notes=Notes.txt -set_maxerr=50 -set_args= +InstallationGUID=40744a4d-efed-4cff-84a9-9e6389550f5c +Version=1.00.000 set_miffile=Status.mif +set_args= +set_maxerr=50 +Notes=Notes.txt +CurrentFileGroupDef=Default.fdf set_dllcmdline= -Copyright= set_warnaserr=No -CurrentPlatform= -Category= +Copyright= set_preproc= -CurrentLanguage=English -CompanyName=MySQL -Description=Description.txt -set_maxwarn=50 -set_crc=Yes +Category= +CurrentPlatform= set_compileb4build=No +set_crc=Yes +set_maxwarn=50 +Description=Description.txt +CompanyName=MySQL +CurrentLanguage=English [MediaInfo] diff --git a/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Clients and Tools.fgl b/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Clients and Tools.fgl index ed1e42e65b6..e25f742cdb6 100755 --- a/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Clients and Tools.fgl +++ b/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Clients and Tools.fgl @@ -18,6 +18,7 @@ file20=C:\mysql\bin\winmysqladmin.exe file21=C:\mysql\bin\myisam_ftdump.exe file10=C:\mysql\bin\mysqlimport.exe fulldirectory= +file22=C:\mysql\bin\libmySQL.dll file11=C:\mysql\bin\mysqlshow.exe file12=C:\mysql\bin\mysqlwatch.exe file13=C:\mysql\bin\pack_isam.exe diff --git a/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Development.fgl b/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Development.fgl index 02e01d564aa..ff95ee14a7e 100755 --- a/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Development.fgl +++ b/VC++Files/InstallShield/4.0.XX-gpl/File Groups/Development.fgl @@ -33,6 +33,7 @@ file16=C:\mysql\include\my_alloc.h file0=C:\mysql\include\raid.h file17=C:\mysql\include\my_getopt.h file1=C:\mysql\include\errmsg.h +file18=C:\mysql\include\typelib.h file2=C:\mysql\include\Libmysql.def file3=C:\mysql\include\m_ctype.h file4=C:\mysql\include\m_string.h |