From fc6bcba6ba551e8a8775b1474783d54fec439773 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sun, 18 Apr 2010 13:57:07 +0000 Subject: lazarus project-files update - lua dir and .pas files added - project options: source directories moved from "other sources (only IDE)" to "other units (-Fu)". This fixes the "jedi-sdl.inc" message on code completion - lazarus is rather usable now - TODO: some lib dirs have still to be added to the "other units" path git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2247 b956fd51-792f-4845-bead-9b4dfca2ff2c --- dists/lazarus/ultrastardx-win.lpi | 58 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 4 deletions(-) (limited to 'dists/lazarus/ultrastardx-win.lpi') diff --git a/dists/lazarus/ultrastardx-win.lpi b/dists/lazarus/ultrastardx-win.lpi index a049cd10..acce323b 100644 --- a/dists/lazarus/ultrastardx-win.lpi +++ b/dists/lazarus/ultrastardx-win.lpi @@ -2,16 +2,16 @@ - + + - </General> @@ -30,7 +30,7 @@ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> </local> </RunParams> - <Units Count="117"> + <Units Count="127"> <Unit0> <Filename Value="ultrastardx.dpr"/> <IsPartOfProject Value="True"/> @@ -500,6 +500,56 @@ <Filename Value="config-win.inc"/> <IsPartOfProject Value="True"/> </Unit116> + <Unit117> + <Filename Value="lua\ULuaUtils.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaUtils"/> + </Unit117> + <Unit118> + <Filename Value="lua\UHookableEvent.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="UHookableEvent"/> + </Unit118> + <Unit119> + <Filename Value="lua\ULuaCore.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaCore"/> + </Unit119> + <Unit120> + <Filename Value="lua\ULuaGl.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaGl"/> + </Unit120> + <Unit121> + <Filename Value="lua\ULuaLog.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaLog"/> + </Unit121> + <Unit122> + <Filename Value="lua\ULuaParty.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaParty"/> + </Unit122> + <Unit123> + <Filename Value="lua\ULuaScreenSing.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaScreenSing"/> + </Unit123> + <Unit124> + <Filename Value="lua\ULuaTextGL.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaTextGL"/> + </Unit124> + <Unit125> + <Filename Value="lua\ULuaTexture.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaTexture"/> + </Unit125> + <Unit126> + <Filename Value="lua\ULuaUsdx.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="ULuaUsdx"/> + </Unit126> </Units> </ProjectOptions> <CompilerOptions> @@ -510,8 +560,8 @@ </Target> <SearchPaths> <IncludeFiles Value="lib\JEDI-SDL\SDL\Pas\"/> + <OtherUnitFiles Value="base\;lua\;media\;menu\;screens\;lib\JEDI-SDL\SDL\Pas\;lib\JEDI-SDL\SDL_Image\Pas\;lib\JEDI-SDL\OpenGL\Pas\;lib\portaudio\;lib\ffmpeg\;lib\SQLite\;lib\other\"/> <UnitOutputDirectory Value="..\build\fpc-$(TargetCPU)-$(TargetOS)"/> - <SrcPath Value="base\;menu\;screens\;media\;lib\JEDI-SDL\SDL\Pas\;lib\JEDI-SDL\SDL_Image\Pas\;lib\JEDI-SDL\OpenGL\Pas\;lib\portaudio\;lib\ffmpeg\;lib\SQLite\;lib\other\"/> </SearchPaths> <Parsing> <SyntaxOptions> -- cgit v1.2.3