Commit cd5453b7ab9772571a5eecbad14004623748c278
1 parent
e74438e7
Exists in
master
and in
5 other branches
Pequenos ajustes para compilar em win32.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile.in
@@ -188,10 +188,10 @@ $(BINDIR)/Release/@DLLPREFIX@jni3270@DLLEXT@: src/java/* | @@ -188,10 +188,10 @@ $(BINDIR)/Release/@DLLPREFIX@jni3270@DLLEXT@: src/java/* | ||
188 | 188 | ||
189 | python: $(BINDIR)/Release/py3270@DLLEXT@ | 189 | python: $(BINDIR)/Release/py3270@DLLEXT@ |
190 | 190 | ||
191 | -$(BINDIR)/Release/py3270.so: src/python/* | 191 | +$(BINDIR)/Release/py3270@DLLEXT@: src/python/* |
192 | @$(MAKE) -C src/python Release | 192 | @$(MAKE) -C src/python Release |
193 | @$(MKDIR) `dirname $@` | 193 | @$(MKDIR) `dirname $@` |
194 | - @cp src/python/.bin/Release/py3270.so $@ | 194 | + @cp src/python/.bin/Release/py3270@DLLEXT@ $@ |
195 | 195 | ||
196 | rexx: $(BINDIR)/Debug/plugins/rx3270@DLLEXT@ | 196 | rexx: $(BINDIR)/Debug/plugins/rx3270@DLLEXT@ |
197 | 197 |