Skip to content

Commit 89564fd

Browse files
author
Marcus Tomlinson
committed
Fixed readme_windows.txt
1 parent 2cdfd70 commit 89564fd

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

example/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************************************************************
2-
ECS:Python - Light-Weight C++ Wrapper For Embedding Python Into C++
2+
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
33
Copyright (c) 2012-2014 Marcus Tomlinson
44
55
This file is part of EcsPython.

include/EcsPython.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************************************************************
2-
ECS:Python - Light-Weight C++ Wrapper For Embedding Python Into C++
2+
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
33
Copyright (c) 2012-2014 Marcus Tomlinson
44
55
This file is part of EcsPython.

include/ecspython/EcsMacros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************************************************************
2-
ECS:Python - Light-Weight C++ Wrapper For Embedding Python Into C++
2+
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
33
Copyright (c) 2012-2014 Marcus Tomlinson
44
55
This file is part of EcsPython.

readme_windows.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ Secondly, the Python distro does not come packaged with the debug library:
1010
"pythonXX_d.lib". So, in order to get ECS:Python to compile in Debug mode:
1111

1212
1. Open: "PythonXX\include\pyconfig.h"
13-
2. Comment out the line "# define Py_DEBUG
14-
"
15-
3. Search and replace "_d.lib" with ".lib"
13+
2. Comment out the line "# define Py_DEBUG"
14+
3. Search and replace "_d.lib" with ".lib"

src/EcsMacros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************************************************************
2-
ECS:Python - Light-Weight C++ Wrapper For Embedding Python Into C++
2+
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
33
Copyright (c) 2012-2014 Marcus Tomlinson
44
55
This file is part of EcsPython.

src/EcsPython.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************************************************************
2-
ECS:Python - Light-Weight C++ Wrapper For Embedding Python Into C++
2+
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
33
Copyright (c) 2012-2014 Marcus Tomlinson
44
55
This file is part of EcsPython.

0 commit comments

Comments
 (0)