Install headers for external protocols.

This commit is contained in:
plfiorini 2010-05-28 01:08:18 +00:00
parent 6f8d9c5f50
commit d03a6fb884
3 changed files with 8 additions and 3 deletions

View File

@ -7,3 +7,4 @@ SubInclude TOP protocols ;
SubInclude TOP smileys ;
UninstallTarget $(CAYA_DIRECTORY) ;
UninstallTarget $(COMMON_INCLUDE_DIRECTORY)/caya ;

View File

@ -63,3 +63,7 @@ Depends Caya : librunview.a ;
Depends Caya : libsupport.a ;
InstallBin $(CAYA_DIRECTORY) : Caya ;
InstallFile $(COMMON_INCLUDE_DIRECTORY)/caya : CayaConstants.h ;
InstallFile $(COMMON_INCLUDE_DIRECTORY)/caya : CayaProtocol.h ;
InstallFile $(COMMON_INCLUDE_DIRECTORY)/caya : CayaProtocolMessages.h ;

View File

@ -1,5 +1,5 @@
/*
* Copyright 2009, Pier Luigi Fiorini. All rights reserved.
* Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -12,8 +12,8 @@
#include "BitmapView.h"
const float kMinWidth = 32.0f;
const float kMinHeight = 32.0f;
const float kMinWidth = 32.0f;
const float kMinHeight = 32.0f;
BitmapView::BitmapView(const char* name, uint32 flags)