API Remake
This commit is contained in:
@@ -98,8 +98,19 @@
|
||||
<DCCReference Include="Unit1.pas"/>
|
||||
<DCCReference Include="..\Source\RuntimeBuilder.pas"/>
|
||||
<DCCReference Include="..\Source\RuntimeBuilder.Fasm.pas"/>
|
||||
<DCCReference Include="..\FasmOnDelphi\Source\FasmOnDelphi.pas"/>
|
||||
<DCCReference Include="..\FasmOnDelphi\Fasm4Delphi\Source\Fasm4Delphi.pas"/>
|
||||
<DCCReference Include="..\lib\FasmOnDelphi\Source\FasmOnDelphi.pas"/>
|
||||
<DCCReference Include="..\lib\FasmOnDelphi\Fasm4Delphi\Source\Fasm4Delphi.pas">
|
||||
<Form>,
|
||||
RuntimeBuilder.Lua in '..\Source\RuntimeBuilder.Lua.pas',
|
||||
pLuaObject in '..\lib\pLua-XE\src\pLuaObject.pas',
|
||||
pLuaRecord in '..\lib\pLua-XE\src\pLuaRecord.pas',
|
||||
pLuaTable in '..\lib\pLua-XE\src\pLuaTable.pas',
|
||||
uWordList in '..\lib\pLua-XE\src\uWordList.pas',
|
||||
Lua in '..\lib\pLua-XE\src\Lua.pas',
|
||||
LuaObject in '..\lib\pLua-XE\src\LuaObject.pas',
|
||||
LuaWrapper in '..\lib\pLua-XE\src\LuaWrapper.pas',
|
||||
pLua in '..\lib\pLua-XE\src\pLua.pas'{</Form>
|
||||
</DCCReference>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
@@ -456,13 +467,13 @@
|
||||
<Operation>1</Operation>
|
||||
</Platform>
|
||||
</DeployClass>
|
||||
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
|
||||
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
||||
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
||||
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
||||
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|
||||
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
||||
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
|
||||
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
||||
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
||||
</Deployment>
|
||||
<Platforms>
|
||||
<Platform value="OSX32">False</Platform>
|
||||
|
||||
Reference in New Issue
Block a user