From d36a125fd8aedf0b62f83e9047847b25a274d09c Mon Sep 17 00:00:00 2001 From: vincents Date: Thu, 19 Apr 2007 21:11:05 +0000 Subject: [PATCH] object inspector example: use default os and widget set git-svn-id: trunk@10980 - --- examples/objectinspector/oiexample.lpi | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/objectinspector/oiexample.lpi b/examples/objectinspector/oiexample.lpi index e0d42c2f8e..b109d5e235 100644 --- a/examples/objectinspector/oiexample.lpi +++ b/examples/objectinspector/oiexample.lpi @@ -1,12 +1,12 @@ - + - + </General> @@ -18,7 +18,7 @@ <RunParams> <local> <FormatVersion Value="1"/> - <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> + <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> </local> </RunParams> <RequiredPackages Count="1"> @@ -43,14 +43,13 @@ </ProjectOptions> <CompilerOptions> <Version Value="5"/> + <PathDelim Value="\"/> <SearchPaths> - <OtherUnitFiles Value="$(LazarusDir)/components/units/"/> - <LCLWidgetType Value="win32"/> - <SrcPath Value="$(LazarusDir)/designer/"/> + <OtherUnitFiles Value="$(LazarusDir)\components\units\"/> + <SrcPath Value="$(LazarusDir)\designer\"/> </SearchPaths> <CodeGeneration> <Generate Value="Faster"/> - <TargetOS Value="Win32"/> </CodeGeneration> <Other> <CompilerPath Value="$(CompPath)"/>