Changeset 129 for trunk/enthral.kdevelop

Show
Ignore:
Timestamp:
11/18/09 04:40:30 (3 years ago)
Author:
mercyful
Message:

$ Build 438/Sql Alpha
+ Removed all SQLite Code and References.
+ Updated the SQL Wrapper, and all Automake files to now link in and also Detect MySql? in the configure scripts.
+ Added detection for OpenSSL, not in use yet, but will add encryption for passwords.

and anything else of intertest once everything is moved over to the SQL Backend.

This is still an interm develop update release, the MySql? backend
is still a WIP, and the Husky SMAPI Library will be removed shortly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/enthral.kdevelop

    r125 r129  
    1414    <projectdirectory>file:///home/merc/enthral/trunk</projectdirectory> 
    1515    <absoluteprojectpath>false</absoluteprojectpath> 
    16     <description/> 
     16    <description></description> 
    1717    <secondaryLanguages/> 
    1818    <versioncontrol>kdevsubversion</versioncontrol> 
    1919    <projectname>enthral</projectname> 
    20     <defaultencoding/> 
     20    <defaultencoding></defaultencoding> 
    2121  </general> 
    2222  <kdevautoproject> 
     
    9898        <f77compilerbinary/> 
    9999        <cflags/> 
    100         <cxxflags>-m32</cxxflags> 
     100        <cxxflags/> 
    101101        <f77flags/> 
    102102      </default> 
     
    236236    <references/> 
    237237    <creategettersetter> 
    238       <prefixGet/> 
     238      <prefixGet></prefixGet> 
    239239      <prefixSet>set</prefixSet> 
    240240      <prefixVariable>m_,_</prefixVariable> 
     
    262262    <general> 
    263263      <programargs/> 
    264       <gdbpath/> 
     264      <gdbpath></gdbpath> 
    265265      <dbgshell>libtool</dbgshell> 
    266       <configGdbScript/> 
    267       <runShellScript/> 
    268       <runGdbScript/> 
     266      <configGdbScript></configGdbScript> 
     267      <runShellScript></runShellScript> 
     268      <runGdbScript></runGdbScript> 
    269269      <breakonloadinglibs>true</breakonloadinglibs> 
    270270      <separatetty>false</separatetty>