aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-05-29 14:46:13 +0000
committermarha <marha@users.sourceforge.net>2010-05-29 14:46:13 +0000
commit6980115150d5672c8ce1cf0b88663717f9484daa (patch)
treef040b8ba6652aca9977b0eaeb547ebd6b60107e4 /tools/mhmake
parent6cbf156cda40665c9e6a6626e40ee9cea853afdd (diff)
downloadvcxsrv-6980115150d5672c8ce1cf0b88663717f9484daa.tar.gz
vcxsrv-6980115150d5672c8ce1cf0b88663717f9484daa.tar.bz2
vcxsrv-6980115150d5672c8ce1cf0b88663717f9484daa.zip
Take VS2008 as default compilation
Diffstat (limited to 'tools/mhmake')
-rw-r--r--tools/mhmake/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/mhmake/makefile b/tools/mhmake/makefile
index eb012553d..b9aa0998b 100644
--- a/tools/mhmake/makefile
+++ b/tools/mhmake/makefile
@@ -1,9 +1,9 @@
-ifdef VS2010
-MHMAKESLNFILE=mhmakevc10.sln
-BUILDCMD=devenv.com $(MHMAKESLNFILE) /build
-else
+ifdef VS2008
MHMAKESLNFILE=mhmake.sln
BUILDCMD=vcbuild $(MHMAKESLNFILE)
+else
+MHMAKESLNFILE=mhmakevc10.sln
+BUILDCMD=devenv.com $(MHMAKESLNFILE) /build
endif
.PHONY: all mhmake_dbg mhmake cleanthis