diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-16 13:54:58 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-16 13:54:58 +0000 |
commit | 4c4961209a1848270721d8a3088410a366e53d5e (patch) | |
tree | bd92c4a0ad63ec3e1a54d8f4553cf36b4b431e98 /extras/tiopf/mvp/gg_mvp.lpk | |
parent | e9742fc1f660b4dc4e7cc028f662e6f06c155ab7 (diff) | |
download | fpGUI-4c4961209a1848270721d8a3088410a366e53d5e.tar.xz |
* Implememented more parts of the new MVP framework for tiOPF and fpGUI.
Diffstat (limited to 'extras/tiopf/mvp/gg_mvp.lpk')
-rw-r--r-- | extras/tiopf/mvp/gg_mvp.lpk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extras/tiopf/mvp/gg_mvp.lpk b/extras/tiopf/mvp/gg_mvp.lpk index 74080b5c..3c335171 100644 --- a/extras/tiopf/mvp/gg_mvp.lpk +++ b/extras/tiopf/mvp/gg_mvp.lpk @@ -5,7 +5,7 @@ <CompilerOptions> <Version Value="5"/> <SearchPaths> - <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/> + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> </SearchPaths> <CodeGeneration> <Generate Value="Faster"/> @@ -14,7 +14,7 @@ <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> - <Files Count="3"> + <Files Count="4"> <Item1> <Filename Value="basic_intf.pas"/> <UnitName Value="basic_intf"/> @@ -27,6 +27,10 @@ <Filename Value="view_impl.pas"/> <UnitName Value="view_impl"/> </Item3> + <Item4> + <Filename Value="fpgui_intf.pas"/> + <UnitName Value="fpgui_intf"/> + </Item4> </Files> <Type Value="RunAndDesignTime"/> <RequiredPkgs Count="2"> |