Skip to content

Commit

Permalink
- fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Nov 27, 2015
1 parent 65f402e commit b6c970a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SimulationRuntime/cpp/Makefile.omdev.mingw
Expand Up @@ -7,7 +7,9 @@ builddir_build=$(OMBUILDDIR)
builddir_bin=$(OMBUILDDIR)/bin
builddir_lib=$(OMBUILDDIR)/lib/omc
builddir_inc=$(OMBUILDDIR)/include/omc
VSVERSION = ""
ifeq ($(VSVERSION),)
VSVERSION = 2010
endif
VSCOMNTOOLS = $(VS140COMNTOOLS)

#use this call to use precompiled headers
Expand Down

0 comments on commit b6c970a

Please sign in to comment.