Skip to content

Commit

Permalink
Rename capitalized CPP
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 15, 2024
1 parent c717bfa commit 650dac4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion isapi/src/pyISAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
======================================================================
*/

// PYISAPI.CPP - Implementation file for your Internet Server
// pyISAPI.cpp - Implementation file for your Internet Server
// Python ISAPI Extension

#include "stdafx.h"
Expand Down
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,13 +930,6 @@ def my_new_compiler(**kw):


class my_compiler(MSVCCompiler):
# Just one GUIDS.CPP and it gives trouble on mainwin too. Maybe I
# should just rename the file, but a case-only rename is likely to be
# worse! This can probably go away once we kill the VS project files
# though, as we can just specify the lowercase name in the module def.
_cpp_extensions = MSVCCompiler._cpp_extensions + [".CPP"]
src_extensions = MSVCCompiler.src_extensions + [".CPP"]

def link(
self,
target_desc,
Expand Down Expand Up @@ -1439,7 +1432,7 @@ def finalize_options(self):
sources=(
"""
{axscript}/AXScript.cpp
{axscript}/GUIDS.CPP {axscript}/PyGActiveScript.cpp
{axscript}/GUIDS.cpp {axscript}/PyGActiveScript.cpp
{axscript}/PyGActiveScriptError.cpp {axscript}/PyGActiveScriptParse.cpp
{axscript}/PyGActiveScriptSite.cpp {axscript}/PyGObjectSafety.cpp
{axscript}/PyIActiveScript.cpp {axscript}/PyIActiveScriptError.cpp
Expand Down

0 comments on commit 650dac4

Please sign in to comment.