Skip to content

Commit

Permalink
Merge branch 'master' of github.com:capn-freako/ibisami
Browse files Browse the repository at this point in the history
  • Loading branch information
capn-freako committed Apr 30, 2016
2 parents 9a295ae + 46d7b1d commit 2d7c75c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defs.mak
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ endif
# Handle Windows vs. Linux differences.
OS ?= Linux
ifeq ($(OS), Windows_NT)
ifndef MSVC_BASE_DOS
$(error "Your Microsoft Visual C++ installation is missing or incomplete. Please, see the Getting Started instructions, on the Wiki: https://github.com/capn-freako/ibisami/wiki")
endif
OBJS := $(MODS:%=%_$(SUFFIX).obj)
ENV_SETTER := $(MSVC_BASE_DOS)\vcvarsall.bat
RUN_CMD := cmd /C "$(ENV_SETTER)" $(SUFFIX) '&&'
Expand Down

0 comments on commit 2d7c75c

Please sign in to comment.