Skip to content

Commit

Permalink
select the build type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Feb 15, 2018
1 parent d71c1a4 commit 777a10e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.omdev.mingw
Expand Up @@ -26,9 +26,13 @@ OSG_PATH = $(OMDEVMSYS)/tools/msys/mingw64/
PKG_CONFIG_PATH=$(OMDEVMSYS)/tools/msys/mingw64/lib/pkgconfig
endif
ifeq ($(BUILDTYPE),)
BUILDTYPE=$(BuildType)
endif
ifeq ($(BUILDTYPE),)
BUILDTYPE=Debug
endif


.PHONY: omc omc-diff omlibrary-core omplot omedit omnotebook omshell omoptim

all: omc omc-diff omlibrary-core
Expand Down

0 comments on commit 777a10e

Please sign in to comment.