Changeset 14 in dev for BasicCompiler64
- Timestamp:
- Dec 10, 2006, 10:58:26 AM (18 years ago)
- Location:
- BasicCompiler64
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/BasicCompiler.vcproj
r11 r14 422 422 > 423 423 <File 424 RelativePath=" BasicCompiler.h"424 RelativePath="..\BasicCompiler_Common\BasicCompiler.h" 425 425 > 426 426 </File> … … 1522 1522 </File> 1523 1523 </Filter> 1524 <Filter 1525 Name="LexicalAnalysis" 1526 > 1527 <File 1528 RelativePath="..\BasicCompiler_Common\LexicalAnalysis.cpp" 1529 > 1530 </File> 1531 <File 1532 RelativePath="..\BasicCompiler_Common\LexicalAnalysis.h" 1533 > 1534 </File> 1535 </Filter> 1524 1536 </Filter> 1525 1537 </Filter> -
BasicCompiler64/MakePeHdr.cpp
r3 r14 154 154 char *temp; 155 155 temp=CEnumParent::GenerateCodes(); 156 AddSourceCode(temp); 156 CSource::obj.AddSourceCode(temp); 157 basbuf = CSource::obj.SourceCode; 157 158 HeapDefaultFree(temp); 158 159
Note:
See TracChangeset
for help on using the changeset viewer.