12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <Package Version="4">
- <Name Value="fcl_base_pas2js"/>
- <Type Value="RunTimeOnly"/>
- <Author Value="Mattias Gaertner"/>
- <AutoUpdate Value="Manually"/>
- <CompilerOptions>
- <Version Value="11"/>
- <SearchPaths>
- <UnitOutputDirectory Value="."/>
- </SearchPaths>
- <Parsing>
- <SyntaxOptions>
- <AllowLabel Value="False"/>
- <UseAnsiStrings Value="False"/>
- </SyntaxOptions>
- </Parsing>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- </Debugging>
- </Linking>
- <Other>
- <CustomOptions Value="-Jc"/>
- <CompilerPath Value="$(pas2js)"/>
- </Other>
- </CompilerOptions>
- <Description Value="Free Pascal Component Library - Base
- Port to pas2js."/>
- <License Value="Modified LGPL-2"/>
- <Version Major="1"/>
- <Files Count="4">
- <Item1>
- <Filename Value="custapp.pas"/>
- <UnitName Value="custapp"/>
- </Item1>
- <Item2>
- <Filename Value="nodejsapp.pas"/>
- <UnitName Value="nodejsapp"/>
- </Item2>
- <Item3>
- <Filename Value="browserapp.pas"/>
- <UnitName Value="browserapp"/>
- </Item3>
- <Item4>
- <Filename Value="fpexprpars.pas"/>
- <UnitName Value="fpexprpars"/>
- </Item4>
- </Files>
- <UsageOptions>
- <UnitPath Value="$(PkgOutDir)"/>
- </UsageOptions>
- <PublishOptions>
- <Version Value="2"/>
- </PublishOptions>
- </Package>
- </CONFIG>
|