diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-15 13:36:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-15 14:08:09 +0300 |
commit | 20ba3c4ae8053079bc5ec134c4c60a3aa33b5ad7 (patch) | |
tree | 11bda8adc750e2bc15f377512d34e8215f507881 /soltools/cpp | |
parent | 1b7717c24244aafbb314dcf4fca2efc901fd1393 (diff) |
Kill OS/2 stuff
Diffstat (limited to 'soltools/cpp')
-rw-r--r-- | soltools/cpp/makefile.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk index 71c581a38325..44db211b6f53 100644 --- a/soltools/cpp/makefile.mk +++ b/soltools/cpp/makefile.mk @@ -63,9 +63,7 @@ CDEFS += -DHAVE_GETOPT .ENDIF APP1TARGET = $(TARGET) -.IF "$(GUI)" != "OS2" APP1STACK = 1000000 -.ENDIF APP1LIBS = $(LB)$/$(TARGET).lib APP1DEPN = $(LB)$/$(TARGET).lib |