Changeset 650 in dev
- Timestamp:
- Jun 17, 2008, 9:29:17 PM (16 years ago)
- Location:
- trunk/ab5.0/abdev/compiler_x64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj
r628 r650 370 370 > 371 371 <File 372 RelativePath="..\BasicCompiler_Common\include\BreakPoint.h" 373 > 374 </File> 375 <File 372 376 RelativePath="..\BasicCompiler_Common\include\Debugger.h" 373 377 > … … 1053 1057 > 1054 1058 <File 1055 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"1056 >1057 </File>1058 <File1059 RelativePath="..\BasicCompiler_Common\BreakPoint.h"1060 >1061 </File>1062 <File1063 1059 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp" 1064 1060 > … … 1252 1248 </File> 1253 1249 </Filter> 1250 <Filter 1251 Name="Debugger Classes" 1252 > 1253 <File 1254 RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp" 1255 > 1256 </File> 1257 </Filter> 1254 1258 </Filter> 1255 1259 </Files> -
trunk/ab5.0/abdev/compiler_x64/stdafx.h
r628 r650 57 57 #include <ProcedureGenerator.h> 58 58 #include <DataTableGenerator.h> 59 #include <BreakPoint.h>
Note:
See TracChangeset
for help on using the changeset viewer.