]> git.saurik.com Git - wxWidgets.git/blame - samples/internat/Makefile.in
changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now
[wxWidgets.git] / samples / internat / Makefile.in
CommitLineData
6a2a235b
RR
1#
2# File: Makefile
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for internat example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
6a2a235b
RR
13top_builddir = ../..
14program_dir = samples/internat
15
16DATAFILES=fr/internat.po fr/internat.mo \
17 de/internat.po de/internat.mo \
9e39ee2f 18 ru/internat.po ru/internat.mo
6a2a235b
RR
19
20DATADIRS=fr de
21
22PROGRAM=internat
23
24OBJECTS=$(PROGRAM).o
25
26include ../../src/makeprog.env
27