Skip to content

Commit

Permalink
Merge pull request #9 from yaccos/windows_support
Browse files Browse the repository at this point in the history
Compiling with Rtools on Windows
  • Loading branch information
Waschina authored Dec 5, 2024
2 parents d533892 + 2c002b3 commit f26a1cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
@@ -1 +1 @@

4 changes: 2 additions & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LIB_SBML=C:/rtools44/mingw64
LIB_SBML=C:/rtools44/ucrt64

PKG_CPPFLAGS=-D_R_=1 -DUSE_R=1 -DHAVE_FBC_PLUGIN=1 -DHAVE_GROUPS_PLUGIN=1 -I"$(LIB_SBML)/include" -DCHECK_GLPK_ARGS

PKG_LIBS=-L"$(LIB_SBML)/bin" -lglpk -lgmp -lstdc++
PKG_LIBS=-L"$(LIB_SBML)/bin" -lglpk -lgmp -lstdc++ -lsbml

all: $(SHLIB)
mkdir -p "$(R_PACKAGE_DIR)/libs$(R_ARCH)"
Expand Down

0 comments on commit f26a1cb

Please sign in to comment.