Commit f9faaf7428ef6e93ad2c1ab3049c3901b745b763

Authored by Perry Werneck
1 parent 770e19f8

Working on windows build.

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
wine-run.sh 0 → 100755
... ... @@ -0,0 +1,9 @@
  1 +#!/bin/bash
  2 +
  3 +make Debug
  4 +make gschemas.compiled
  5 +
  6 +cp gschemas.compiled .bin/Debug
  7 +
  8 +wine .bin/Debug/pw3270.exe
  9 +
... ...