Changeset 267 in dev
- Timestamp:
- Aug 7, 2007, 4:14:06 AM (17 years ago)
- Location:
- trunk/jenga
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/include/smoothie/Smoothie.h
r249 r267 1 1 #pragma once 2 2 3 #include "Source.h"3 #include <string> 4 4 5 5 class Smoothie{ … … 18 18 class Lexical{ 19 19 public: 20 static string baseProjectDirPath; 21 static BasicSource source; 20 static std::string baseProjectDirPath; 22 21 }; 23 22 -
trunk/jenga/projects/smoothie/smoothie.vcproj
r249 r267 286 286 > 287 287 </File> 288 <File289 RelativePath="..\..\src\smoothie\Source.cpp"290 >291 </File>292 288 </Filter> 293 289 <Filter … … 312 308 > 313 309 </File> 314 <File315 RelativePath="..\..\include\smoothie\Source.h"316 >317 </File>318 310 </Filter> 319 311 <Filter -
trunk/jenga/src/smoothie/Smoothie.cpp
r205 r267 2 2 3 3 bool Smoothie::isUnicode = false; 4 BasicSource Smoothie::Lexical::source;5 4 6 5 bool Smoothie::isFullCompile = false;
Note:
See TracChangeset
for help on using the changeset viewer.