Changeset 267 in dev


Ignore:
Timestamp:
Aug 7, 2007, 4:14:06 AM (17 years ago)
Author:
dai_9181
Message:
 
Location:
trunk/jenga
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Smoothie.h

    r249 r267  
    11#pragma once
    22
    3 #include "Source.h"
     3#include <string>
    44
    55class Smoothie{
     
    1818    class Lexical{
    1919    public:
    20         static string baseProjectDirPath;
    21         static BasicSource source;
     20        static std::string baseProjectDirPath;
    2221    };
    2322
  • trunk/jenga/projects/smoothie/smoothie.vcproj

    r249 r267  
    286286                >
    287287            </File>
    288             <File
    289                 RelativePath="..\..\src\smoothie\Source.cpp"
    290                 >
    291             </File>
    292288        </Filter>
    293289        <Filter
     
    312308                >
    313309            </File>
    314             <File
    315                 RelativePath="..\..\include\smoothie\Source.h"
    316                 >
    317             </File>
    318310        </Filter>
    319311        <Filter
  • trunk/jenga/src/smoothie/Smoothie.cpp

    r205 r267  
    22
    33bool Smoothie::isUnicode = false;
    4 BasicSource Smoothie::Lexical::source;
    54
    65bool Smoothie::isFullCompile = false;
Note: See TracChangeset for help on using the changeset viewer.