Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 6c41e68

Browse files
committed
msvc: change from default MSVC90FREE to MSVC110FREE
which is my new smoker
1 parent a7274d1 commit 6c41e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ USE_NO_REGISTRY = define
132132
# Visual C++ 2008 (aka Visual C++ 9.0) (full version)
133133
#CCTYPE = MSVC90
134134
# Visual C++ 2008 Express Edition (aka Visual C++ 9.x) (free version)
135-
CCTYPE = MSVC90FREE
135+
#CCTYPE = MSVC90FREE
136136
# Visual C++ 2010 (aka Visual C++ 10.0) (full version)
137137
#CCTYPE = MSVC100
138138
# Visual C++ 2010 Express Edition (aka Visual C++ 10.0) (free version)
139139
#CCTYPE = MSVC100FREE
140140
# Visual C++ 2012 (aka Visual C++ 11.0) (full version)
141141
#CCTYPE = MSVC110
142142
# Visual C++ 2012 Express Edition (aka Visual C++ 11.0) (free version)
143-
#CCTYPE = MSVC110FREE
143+
CCTYPE = MSVC110FREE
144144
# Visual C++ 2013 (aka Visual C++ 12.0) (full version)
145145
#CCTYPE = MSVC120
146146
# Visual C++ 2013 Express Edition (aka Visual C++ 12.0) (free version)

0 commit comments

Comments
 (0)