-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
diff --git a/setup.py b/setup.py | ||
index e74e6d97..53b2b56a 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -748,7 +748,7 @@ class my_build_ext(build_ext): | ||
|
||
# Not sure how to make this completely generic, and there is no | ||
# need at this stage. | ||
- self._build_scintilla() | ||
+ # self._build_scintilla() | ||
# Copy cpp lib files needed to create Python COM extensions | ||
clib_files = ( | ||
["win32", "pywintypes%s.lib"], | ||
@@ -2425,7 +2425,7 @@ packages = [ | ||
"pythonwin.pywin.framework.editor.color", | ||
"pythonwin.pywin.idle", | ||
"pythonwin.pywin.mfc", | ||
- "pythonwin.pywin.scintilla", | ||
+ # "pythonwin.pywin.scintilla", | ||
"pythonwin.pywin.tools", | ||
"isapi", | ||
"adodbapi", | ||
diff --git a/setup.py b/setup.py | ||
index e74e6d97..53b2b56a 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -748,7 +748,7 @@ class my_build_ext(build_ext): | ||
|
||
# Not sure how to make this completely generic, and there is no | ||
# need at this stage. | ||
- self._build_scintilla() | ||
+ # self._build_scintilla() | ||
# Copy cpp lib files needed to create Python COM extensions | ||
clib_files = ( | ||
["win32", "pywintypes%s.lib"], | ||
@@ -2425,7 +2425,7 @@ packages = [ | ||
"pythonwin.pywin.framework.editor.color", | ||
"pythonwin.pywin.idle", | ||
"pythonwin.pywin.mfc", | ||
- "pythonwin.pywin.scintilla", | ||
+ # "pythonwin.pywin.scintilla", | ||
"pythonwin.pywin.tools", | ||
"isapi", | ||
"adodbapi", |