Commit 25b163d5 authored by Guido van Rossum's avatar Guido van Rossum

Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.

parent c201bf46
......@@ -17,7 +17,7 @@ VERSION= @VERSION@
srcdir= @srcdir@
VPATH= @srcdir@
@SET_CXX@
CXX= @CXX@
CC= @CC@
RANLIB= @RANLIB@
AR= @AR@
......@@ -105,7 +105,7 @@ SYSLIBS= $(LIBM) $(LIBC)
LIBRARY= ../libpython$(VERSION).a
LDLIBRARY= ../@LDLIBRARY@
@SET_DLLLIBRARY@
DLLLIBRARY= @DLLLIBRARY@
# === Rules ===
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment