diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-21 06:29:47 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-21 06:29:47 +0000 |
| commit | 05766857c4312da280154361eb80c65cb14b3bfd (patch) | |
| tree | d5ba09f01a6e2bc6ccb2591e263930680399b4f1 | |
| parent | e852b736ad155ee0a9c90e483cd31ab9e82312fa (diff) | |
Add CodeEditor.cxx to VC++ project files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4153 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | vcnet/fluid.vcproj | 19 | ||||
| -rw-r--r-- | visualc/fluid.dsp | 4 |
2 files changed, 23 insertions, 0 deletions
diff --git a/vcnet/fluid.vcproj b/vcnet/fluid.vcproj index 5f9af8885..350c66ce3 100644 --- a/vcnet/fluid.vcproj +++ b/vcnet/fluid.vcproj @@ -466,6 +466,25 @@ PreprocessorDefinitions=""/>
</FileConfiguration>
</File>
+ <File
+ RelativePath="..\fluid\CodeEditor.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>
</Files>
<Globals>
</Globals>
diff --git a/visualc/fluid.dsp b/visualc/fluid.dsp index 05f405eac..b16f37044 100644 --- a/visualc/fluid.dsp +++ b/visualc/fluid.dsp @@ -158,5 +158,9 @@ SOURCE=..\fluid\undo.cxx SOURCE=..\fluid\widget_panel.cxx
# End Source File
+# Begin Source File
+
+SOURCE=..\fluid\CodeEditor.cxx
+# End Source File
# End Target
# End Project
|
