Changeset 14 in dev for BasicCompiler32
- Timestamp:
- Dec 10, 2006, 10:58:26 AM (18 years ago)
- Location:
- BasicCompiler32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/BasicCompiler.vcproj
r11 r14 1280 1280 </File> 1281 1281 </Filter> 1282 <Filter 1283 Name="LexicalAnalysis" 1284 > 1285 <File 1286 RelativePath="..\BasicCompiler_Common\LexicalAnalysis.cpp" 1287 > 1288 </File> 1289 <File 1290 RelativePath="..\BasicCompiler_Common\LexicalAnalysis.h" 1291 > 1292 </File> 1293 </Filter> 1282 1294 </Filter> 1283 1295 <Filter … … 1899 1911 > 1900 1912 <File 1901 RelativePath=" BasicCompiler.h"1913 RelativePath="..\BasicCompiler_Common\BasicCompiler.h" 1902 1914 > 1903 1915 </File> -
BasicCompiler32/MakePeHdr.cpp
r3 r14 166 166 char *temp; 167 167 temp=CEnumParent::GenerateCodes(); 168 AddSourceCode(temp); 168 CSource::obj.AddSourceCode(temp); 169 basbuf = CSource::obj.SourceCode; 169 170 HeapDefaultFree(temp); 170 171
Note:
See TracChangeset
for help on using the changeset viewer.