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 /vcnet | |
| 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
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 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>
|
