Skip to content

Commit

Permalink
update mingw makefiles so no cygwin like OMDEV path is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Apr 28, 2016
1 parent dd1927f commit e960186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.omdev.mingw
Expand Up @@ -5,13 +5,15 @@ endif
buildbin=$(OMBUILDDIR)/bin
buildlib=$(OMBUILDDIR)/lib/omc

OMDEVMSYS=$(shell cygpath $$OMDEV)

all: omedit

CC = gcc
CXX = g++
CFLAGS = -O2 -falign-functions -fstack-protector-all
AR = ar
CMAKE = $(OMDEV)/bin/cmake/bin/cmake
CMAKE = $(OMDEVMSYS)/bin/cmake/bin/cmake
CMAKE_TARGET = "MSYS Makefiles"
SHREXT=.dll

Expand Down

0 comments on commit e960186

Please sign in to comment.