Install headers for external protocols.
This commit is contained in:
parent
6f8d9c5f50
commit
d03a6fb884
1
Jamfile
1
Jamfile
|
@ -7,3 +7,4 @@ SubInclude TOP protocols ;
|
|||
SubInclude TOP smileys ;
|
||||
|
||||
UninstallTarget $(CAYA_DIRECTORY) ;
|
||||
UninstallTarget $(COMMON_INCLUDE_DIRECTORY)/caya ;
|
||||
|
|
|
@ -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 ;
|
||||
|
|
|
@ -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)
|
||||
|
|
Ŝarĝante…
Reference in New Issue