1// xrick/src/xrick.rc 2// 3// Copyright (C) 1998-2002 BigOrno (bigorno@bigorno.net). All rights reserved. 4// 5// The use and distribution terms for this software are contained in the file 6// named README, which can be found in the root of this distribution. By 7// using this software in any fashion, you are agreeing to be bound by the 8// terms of this license. 9// 10// You must not remove this notice, or any other, from this software. 11// 12 13#include "..\include\config.h" 14 15#ifdef GFXST 16XRICK_ICON ICON DISCARDABLE "xrickST.ico" 17#endif 18 19#ifdef GFXPC 20XRICK_ICON ICON DISCARDABLE "xrickPC.ico" 21#endif 22 23// eof 24