- Timestamp:
- 05/04/08 10:24:47 (7 months ago)
- Location:
- lang/c/misc/mlisp
- Files:
-
- 1 modified
- 5 moved
-
compiler/compiler.cpp (moved) (moved from lang/c/misc/mlisp/test/compiler.cpp)
-
compiler/compiler.h (moved) (moved from lang/c/misc/mlisp/test/compiler.h)
-
mlisp.vcproj (modified) (3 diffs)
-
vm/op.h (moved) (moved from lang/c/misc/mlisp/test/op.h)
-
vm/vm.cpp (moved) (moved from lang/c/misc/mlisp/test/vm.cpp)
-
vm/vm.h (moved) (moved from lang/c/misc/mlisp/test/vm.h)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/misc/mlisp/mlisp.vcproj
r11058 r11061 20 20 Name="VCCLCompilerTool" 21 21 Optimization="0" 22 AdditionalIncludeDirectories="sexp "22 AdditionalIncludeDirectories="sexp;compiler;vm" 23 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 24 24 MinimalRebuild="TRUE" … … 69 69 <Tool 70 70 Name="VCCLCompilerTool" 71 AdditionalIncludeDirectories="sexp "71 AdditionalIncludeDirectories="sexp;compiler;vm" 72 72 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 73 73 RuntimeLibrary="4" … … 145 145 Filter=""> 146 146 <File 147 RelativePath=".\test\compiler.cpp"> 147 RelativePath=".\test\main.cpp"> 148 </File> 149 </Filter> 150 <Filter 151 Name="compiler" 152 Filter=""> 153 <File 154 RelativePath=".\compiler\compiler.cpp"> 148 155 </File> 149 156 <File 150 RelativePath=".\test\compiler.h"> 157 RelativePath=".\compiler\compiler.h"> 158 </File> 159 </Filter> 160 <Filter 161 Name="vm" 162 Filter=""> 163 <File 164 RelativePath=".\vm\op.h"> 151 165 </File> 152 166 <File 153 RelativePath=".\ test\main.cpp">167 RelativePath=".\vm\vm.cpp"> 154 168 </File> 155 169 <File 156 RelativePath=".\test\op.h"> 157 </File> 158 <File 159 RelativePath=".\test\vm.cpp"> 160 </File> 161 <File 162 RelativePath=".\test\vm.h"> 170 RelativePath=".\vm\vm.h"> 163 171 </File> 164 172 </Filter>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)