diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-30 09:01:48 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-30 09:02:07 +0200 |
commit | b1cc998d9ae0cbb3a2b0a10d7a0f2e07a5fe01ff (patch) | |
tree | f033b3cf718a8c38e60d25794f967047624a94cd /svx/source/gengal | |
parent | 10c0f7f76f937e911c95174adda5aaa889befc9a (diff) |
Remove some OS/2 code
Diffstat (limited to 'svx/source/gengal')
-rwxr-xr-x | svx/source/gengal/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gengal/makefile.mk b/svx/source/gengal/makefile.mk index f3e119a8a7fd..82e482283f58 100755 --- a/svx/source/gengal/makefile.mk +++ b/svx/source/gengal/makefile.mk @@ -45,11 +45,11 @@ SCRIPTFILES = $(BIN)$/gengal OBJFILES= $(OBJ)$/gengal.obj -.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" +.IF "$(GUI)"=="WNT" APP1TARGET= $(TARGET) -.ELSE # .IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" +.ELSE # .IF "$(GUI)"=="WNT" APP1TARGET= $(TARGET).bin -.ENDIF # .IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" +.ENDIF # .IF "$(GUI)"=="WNT" APP1OBJS= $(OBJFILES) |