diff options
author | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-23 18:59:10 +0000 |
---|---|---|
committer | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-23 18:59:10 +0000 |
commit | dada2e72d6c0ca106db0a0dafa179e54a408ec73 (patch) | |
tree | f344d4c368f52727a5534645ffca54077f81c1cb /examples/gfx/eventtest | |
parent | 7a9b7aa63ec89922242ce4fca8a558a0abbe8b02 (diff) | |
download | fpGUI-dada2e72d6c0ca106db0a0dafa179e54a408ec73.tar.xz |
Implemented ProcessEvent and sending events to parent on Windows platform.
Diffstat (limited to 'examples/gfx/eventtest')
-rw-r--r-- | examples/gfx/eventtest/eventtest.lpi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/gfx/eventtest/eventtest.lpi b/examples/gfx/eventtest/eventtest.lpi index 20cb4496..3562e167 100644 --- a/examples/gfx/eventtest/eventtest.lpi +++ b/examples/gfx/eventtest/eventtest.lpi @@ -1,7 +1,7 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <PathDelim Value="/"/> + <PathDelim Value="\"/> <Version Value="5"/> <General> <Flags> @@ -20,7 +20,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"> @@ -39,6 +39,7 @@ </ProjectOptions> <CompilerOptions> <Version Value="5"/> + <PathDelim Value="\"/> <CodeGeneration> <Generate Value="Faster"/> </CodeGeneration> |