diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 13:46:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 13:53:10 +0300 |
commit | 73cba26f1ca9371354017a1887575a0b40170bfa (patch) | |
tree | d639efb7b63b6db9951a1e4171418b7745e61905 /scp2 | |
parent | d1f6403c9ee3caf6b2e6babe5eb6b2ff62feaa9d (diff) |
Bin PROF_EDITION, not defined in configury, not tested anywhere
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index 8fc9ad5a924b..d24715f2ce6f 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -56,9 +56,6 @@ SCPDEFS+=-DBUILD_X64 .IF "$(ENABLE_OPENGL)"=="TRUE" SCPDEFS+=-DENABLE_OPENGL .ENDIF -.IF "$(PROF_EDITION)"!="" -SCPDEFS+=-DPROF_EDITION -.ENDIF .IF "$(GUI)"=="UNX" .IF "$(ENABLE_GTK)" != "" |