avoids warnings
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13547 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#pragma once
|
||||
//////////////////////////////////////////////////////
|
||||
// Header file for emport / import gloval symbols.
|
||||
// Valid for BeOS Releas 3 or later.
|
||||
// 1998.5.4 by T.Murai
|
||||
//
|
||||
|
||||
#ifndef CANNABUILD_H
|
||||
#define CANNABUILD_H
|
||||
|
||||
//#define _BUILDING_CANNALIB
|
||||
|
||||
#ifdef _BUILDING_CANNALIB
|
||||
@@ -12,3 +14,5 @@
|
||||
#else
|
||||
#define canna_export __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#endif // CANNABUILD_H
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SubDir OBOS_TOP src add-ons input_server methods canna lib ;
|
||||
|
||||
SubDirCcFlags -x c++ -ansi -trigraphs -funsigned-char -funsigned-bitfields -Wall -Wno-multichar -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -Woverloaded-virtual -D_BUILDING_CANNALIB -D_WCHAR_T ;
|
||||
SubDirCcFlags -x c++ -ansi -trigraphs -funsigned-char -funsigned-bitfields -w -Wno-multichar -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -Woverloaded-virtual -D_BUILDING_CANNALIB -D_WCHAR_T ;
|
||||
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) canna ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) rk ] ;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SubDir OBOS_TOP src add-ons input_server methods canna rk ;
|
||||
|
||||
SubDirCcFlags -x c++ -ansi -trigraphs -funsigned-char -funsigned-bitfields -Wall -Wno-multichar -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -Woverloaded-virtual -D_BUILDING_CANNALIB -D_WCHAR_T ;
|
||||
SubDirCcFlags -x c++ -ansi -trigraphs -funsigned-char -funsigned-bitfields -w -Wno-multichar -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -Woverloaded-virtual -D_BUILDING_CANNALIB -D_WCHAR_T ;
|
||||
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) canna ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
|
||||
|
||||
Reference in New Issue
Block a user