diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 04:00:48 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 04:00:48 +0000 |
| commit | a2f4b27b271098c9414721ae9e0b38654a5e900c (patch) | |
| tree | cfafa53db99127fde016d5379078306365e6358d /vcnet | |
| parent | 665a2c1b7d2a4b8c5e9a78ebbebf72817b72822e (diff) | |
Undo/redo support for FLUID.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4142 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'vcnet')
| -rw-r--r-- | vcnet/fluid.vcproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcnet/fluid.vcproj b/vcnet/fluid.vcproj index 78a0c26ad..5f9af8885 100644 --- a/vcnet/fluid.vcproj +++ b/vcnet/fluid.vcproj @@ -429,6 +429,25 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\fluid\undo.cxx">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ FavorSizeOrSpeed="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\fluid\widget_panel.cxx">
<FileConfiguration
Name="Debug|Win32">
|
