Changeset 172 in dev for trunk/jenga/projects
- Timestamp:
- Jun 19, 2007, 4:02:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/projects/smoothie/smoothie.vcproj
r171 r172 59 59 <Tool 60 60 Name="VCLibrarianTool" 61 OutputFile="..\..\lib\amd64\$(ProjectName)d.lib" 61 62 /> 62 63 <Tool … … 118 119 <Tool 119 120 Name="VCLibrarianTool" 121 OutputFile="..\..\lib\amd64\$(ProjectName).lib" 120 122 /> 121 123 <Tool … … 177 179 <Tool 178 180 Name="VCLibrarianTool" 181 OutputFile="..\..\lib\x86\$(ProjectName)d.lib" 179 182 /> 180 183 <Tool … … 238 241 <Tool 239 242 Name="VCLibrarianTool" 243 OutputFile="..\..\lib\x86\$(ProjectName)d.lib" 240 244 /> 241 245 <Tool … … 265 269 > 266 270 <File 271 RelativePath="..\..\src\smoothie\Class.cpp" 272 > 273 </File> 274 <File 267 275 RelativePath="..\..\src\smoothie\Method.cpp" 268 276 > … … 286 294 <File 287 295 RelativePath="..\..\src\smoothie\Symbol.cpp" 296 > 297 </File> 298 <File 299 RelativePath="..\..\src\smoothie\Type.cpp" 288 300 > 289 301 </File> … … 303 315 </File> 304 316 <File 305 RelativePath="..\..\include\smoothie\LexicalScoping.h"306 >307 </File>308 <File309 317 RelativePath="..\..\include\smoothie\Member.h" 310 318 >
Note:
See TracChangeset
for help on using the changeset viewer.