KMessage doesn't require the USER macro anymore.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13855 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-07-29 13:16:38 +00:00
parent d35f0da76d
commit 3436ff6e3a
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
SubDir OBOS_TOP src kits ;
# define USER for KMessage.cpp
SubDirCcFlags [ FDefines USER=1 ] ;
SubDirC++Flags [ FDefines USER=1 ] ;
# If defined allows to run applications without the registrar
# -- for development only, of course.
if $(RUN_WITHOUT_REGISTRAR) {