Skip to content

Commit 1dd6d2b

Browse files
authored
Update Readme.md
Removed to
1 parent 2459246 commit 1dd6d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ e.g. D:\systemc-2.3.1
1313
4. Add the source files (*.cpp and *.h) under src directory and below (except those under src\sysc\packages and src\sysc\qt), to the systemc project.
1414
(Use "Add → Existing Item" in Visual Studio. Alternatively, drag-and-dropping from Windows File Explorer to the Solution Explorer in Visual Studio also works.)
1515

16-
4-1. In my case, I temporarily moved src\sysc\packages and src\sysc\qt directories to outside of the SystemC directory hierarchy. Then I searched for *.cpp and *.h files under src directory in Windows File Explorer. Finally, I drag-and-dropped the searched file into the Solution Explorer in Visual Studio and moved back the two directories to their original locations.
16+
4-1. In my case, I temporarily moved src\sysc\packages and src\sysc\qt directories outside of the SystemC directory hierarchy. Then I searched for *.cpp and *.h files under src directory in Windows File Explorer. Finally, I drag-and-dropped the searched file into the Solution Explorer in Visual Studio and moved back the two directories to their original locations.
1717

1818
5. Add src directory to "Additional Include Directories" of the systemc project.
1919

0 commit comments

Comments
 (0)