Skip to content

Commit

Permalink
_os -> _mw
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer committed Jan 4, 2012
1 parent 2040ed8 commit 2419120
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
%.cpp: %.pyx
cython --cplus $< -o $@

all: _os_helper.cpp
all: _mw_helper.cpp
python setup.py build_ext --inplace

clean:
Expand Down
88 changes: 44 additions & 44 deletions _os_helper.cpp → _mw_helper.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

extra_setup_args = {}
os_helper = Extension("_mw_helper",
["_os_helper.cpp", "_os_interface.cpp"],
["_mw_helper.cpp", "_os_interface.cpp"],
extra_link_args = ["-framework Carbon", "-framework ApplicationServices"],
language="c++",
)
Expand Down

0 comments on commit 2419120

Please sign in to comment.