diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-21 12:51:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-21 13:00:42 +0200 |
commit | 3daf8164323a3ccf3365d433ad5706ff3f6c470c (patch) | |
tree | c9e12c56fbbd468d2427863d3b2383b994f20af4 /xmlscript/test | |
parent | ae7c80640df922630060b82ffa91fd7db2e4d6d7 (diff) |
Bin a few more 16-bit Windows leftovers
Diffstat (limited to 'xmlscript/test')
-rwxr-xr-x | xmlscript/test/makefile.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xmlscript/test/makefile.mk b/xmlscript/test/makefile.mk index 2bf8f2116106..c7546d01e9af 100755 --- a/xmlscript/test/makefile.mk +++ b/xmlscript/test/makefile.mk @@ -63,23 +63,3 @@ APP1DEF= $(MISC)$/imexp.def # --- Targets ------------------------------------------------------ .INCLUDE : target.mk - - -# ------------------------------------------------------------------ -# Windows -# ------------------------------------------------------------------ - -.IF "$(GUI)" == "WIN" - -$(MISC)$/imexp.def: makefile.mk - echo NAME imexp >$@ - echo DESCRIPTION 'XML dialog im-/ exporter' >>$@ - echo EXETYPE WINDOWS >>$@ - echo STUB 'winSTUB.EXE' >>$@ - echo PROTMODE >>$@ - echo CODE PRELOAD MOVEABLE DISCARDABLE >>$@ - echo DATA PRELOAD MOVEABLE MULTIPLE >>$@ - echo HEAPSIZE 8192 >>$@ - echo STACKSIZE 32768 >>$@ - -.ENDIF |