Skip to content

Commit

Permalink
Issue #120: fte/cDFA.pyd problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdyer committed Apr 4, 2014
1 parent 32feb67 commit a09d6c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ ifeq ($(WINDOWS_BUILD),1)
cd dist && mv *.zip fteproxy-$(FTEPROXY_RELEASE)/
cd dist && mv *.exe fteproxy-$(FTEPROXY_RELEASE)/

cp *.dll dist/fteproxy-$(FTEPROXY_RELEASE)
cp README.md dist/fteproxy-$(FTEPROXY_RELEASE)
cp COPYING dist/fteproxy-$(FTEPROXY_RELEASE)

Expand Down Expand Up @@ -174,8 +173,8 @@ endif

$(CDFA_BINARY): $(THIRD_PARTY_DIR)/re2/obj/libre2.a
ifeq ($(WINDOWS_BUILD),1)
$(PYTHON) setup.py build_ext -c mingw32
$(PYTHON) setup.py build_ext --inplace -c mingw32
$(PYTHON) setup.py build_ext -c mingw32
else
$(PYTHON) setup.py build_ext --inplace
endif
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
zipfile="fteproxy.zip",
options={"py2exe": {
"bundle_files": 1,
"optimize": 2,
"compressed": False,
"dll_excludes": ["w9xpopen.exe"],
}
Expand Down

0 comments on commit a09d6c1

Please sign in to comment.