Skip to content

Commit

Permalink
working swig fix on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron@google.com committed Apr 7, 2011
1 parent 30b83dc commit 38819a1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.win
Expand Up @@ -40,6 +40,9 @@ JAVAC_BIN="$(WINDOWS_JDK_DIR)/bin/javac"
JAVA_BIN="$(WINDOWS_JDK_DIR)/bin/java"
JAR_BIN="$(WINDOWS_JDK_DIR)/bin/jar"

FIX_SWIG=tools\\sed.exe -i -e 's/Tlong/T_long/g' gen/com/google/ortools/constraintsolver/Solver.java


CFLAGS= -nologo $(SYSCFLAGS) $(DEBUG) /I. /Igen $(GFLAGS_INC) $(ZLIB_INC)\
$(PROTOBUF_INC) $(CBC_INC) $(CLP_INC) $(GLPK_INC) /D__WIN32__
JNIFLAGS=$(CFLAGS) $(JAVA_INC)
Expand Down
Binary file added tools/make.exe
Binary file not shown.
Binary file removed tools/munge.exe
Binary file not shown.
Binary file added tools/sed.exe
Binary file not shown.

0 comments on commit 38819a1

Please sign in to comment.