12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <Package Version="4">
- <PathDelim Value="\"/>
- <Name Value="lazwebwidgets"/>
- <Type Value="RunTimeOnly"/>
- <AutoUpdate Value="Manually"/>
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <SearchPaths>
- <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <Other>
- <ExecuteBefore>
- <Command Value="$MakeExe(IDE,pas2js) -O- -Jc -vbq lazwebwidgets.pas"/>
- <Parsers Count="1">
- <Item1 Value="Pas2JS"/>
- </Parsers>
- </ExecuteBefore>
- </Other>
- <SkipCompiler Value="True"/>
- </CompilerOptions>
- <Files Count="2">
- <Item1>
- <Filename Value="webwidget.pas"/>
- <UnitName Value="webwidget"/>
- </Item1>
- <Item2>
- <Filename Value="htmlwidgets.pp"/>
- <UnitName Value="htmlwidgets"/>
- </Item2>
- </Files>
- <RequiredPkgs Count="2">
- <Item1>
- <PackageName Value="pas2js_rtl"/>
- </Item1>
- <Item2>
- <PackageName Value="FCL"/>
- </Item2>
- </RequiredPkgs>
- <UsageOptions>
- <UnitPath Value="$(PkgOutDir)"/>
- </UsageOptions>
- <PublishOptions>
- <Version Value="2"/>
- </PublishOptions>
- </Package>
- </CONFIG>
|