diff options
author | onefang | 2021-08-26 06:21:19 +1000 |
---|---|---|
committer | onefang | 2021-08-26 06:21:19 +1000 |
commit | cdfbb899f1112dab44d5490838765e9bd73bc60e (patch) | |
tree | 52cddd0b76e7ad8544a0ada533f91bb5fc402025 /Prebuild/src/data/prebuild-1.10.xsd | |
parent | Still failing to reconnect for dbCount(), just set the fucking timeout to a y... (diff) | |
parent | Don't strip (OWNER) out of script error report. (diff) | |
download | opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.zip opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.gz opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.bz2 opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.xz |
Merge branch 'switch' into Domme.
Diffstat (limited to '')
-rw-r--r-- | Prebuild/src/data/prebuild-1.10.xsd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Prebuild/src/data/prebuild-1.10.xsd b/Prebuild/src/data/prebuild-1.10.xsd index eee07a8..ddfa2c5 100644 --- a/Prebuild/src/data/prebuild-1.10.xsd +++ b/Prebuild/src/data/prebuild-1.10.xsd | |||
@@ -186,8 +186,9 @@ | |||
186 | <xs:complexType> | 186 | <xs:complexType> |
187 | <xs:all> | 187 | <xs:all> |
188 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> | 188 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> |
189 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> | 189 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> |
190 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> | 190 | <xs:element name="Prefer32Bit" type="xs:boolean" minOccurs="0" /> |
191 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> | ||
191 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> | 192 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> |
192 | <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" /> | 193 | <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" /> |
193 | <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" /> | 194 | <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" /> |