rsrc.rc 1.23 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * Clock resources
 *
 * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19
 */
20

21
#include <windows.h>
22

23
#include "clock_res.h"
24

25
#include "Cs.rc"
26 27 28
#include "Da.rc"
#include "De.rc"
#include "En.rc"
29
#include "Eo.rc"
30 31 32
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
33
#include "Hu.rc"
34
#include "It.rc"
Mike McCormack's avatar
Mike McCormack committed
35
#include "Ko.rc"
36
#include "Nl.rc"
37
#include "No.rc"
38
#include "Pl.rc"
39
#include "Pt.rc"
40
#include "Ru.rc"
41
#include "Si.rc"
42
#include "Sk.rc"
43
#include "Sw.rc"
44
#include "Th.rc"
45
#include "Tr.rc"
46
#include "Wa.rc"
47
#include "Zh.rc"