diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-10-29 15:14:30 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-10-29 15:14:30 +0200 |
commit | f7309898d2b80ac84b6acc694dbd6585603df370 (patch) | |
tree | d50d862ab4287bc56583794de556a0decb8fc520 /examples | |
parent | c591c08f732d082a674e95400f6abd49917cd7f8 (diff) | |
download | fpGUI-f7309898d2b80ac84b6acc694dbd6585603df370.tar.xz |
DND demo: updated project settings.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gui/drag_n_drop/dndexample.lpi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/gui/drag_n_drop/dndexample.lpi b/examples/gui/drag_n_drop/dndexample.lpi index 5e0b5ec2..f2ed8c97 100644 --- a/examples/gui/drag_n_drop/dndexample.lpi +++ b/examples/gui/drag_n_drop/dndexample.lpi @@ -17,6 +17,9 @@ <CharSet Value=""/> <StringTable ProductVersion=""/> </VersionInfo> + <BuildModes Count="1"> + <Item1 Name="default" Default="True"/> + </BuildModes> <PublishOptions> <Version Value="2"/> <IgnoreBinaries Value="False"/> @@ -58,6 +61,13 @@ <UseAnsiStrings Value="False"/> </SyntaxOptions> </Parsing> + <Linking> + <Options> + <Win32> + <GraphicApplication Value="True"/> + </Win32> + </Options> + </Linking> <Other> <CompilerMessages> <UseMsgFile Value="True"/> |