Commit a949a10bfafac542f3cb61b53ce1929e14a505fa

Authored by Perry Werneck
1 parent 6c9cc6f7
Exists in master and in 1 other branch develop

Implementing ci-build script.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
win/ci-build.sh
... ... @@ -49,8 +49,8 @@ make clean > $LOGFILE 2>&1 || die "Make clean failure"
49 49 make all > $LOGFILE 2>&1 || die "Make failure"
50 50 popd
51 51  
52   -export LIBV3270_CFLAGS="-I./.build/libv3270/src/include"
53   -export LIBV3270_LIBS="-L./.build/libv3270/.bin/Release -lv3270"
  52 +export LIBV3270_CFLAGS="-I./.build/libv3270/src/include ${LIB3270_CFLAGS}"
  53 +export LIBV3270_LIBS="-L./.build/libv3270/.bin/Release -lv3270 ${LIB3270_LIBS}"
54 54  
55 55 #
56 56 # Build PW3270
... ...