]> git.saurik.com Git - wxWidgets.git/blob - src/motif/mdi/test/Imakefile
Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif / mdi / test / Imakefile
1 #include "../config/MDI.tmpl"
2
3 SRCS = MDItest.C
4
5 OBJS = MDItest.o
6
7 STD_INCLUDES = -I/usr/include
8
9 INCLUDES = -I../lib
10
11 DEPLIBS = ../lib/libXsw.a
12
13 #if defined(SunArchitecture)
14 SYSLIBS = -lgen
15 #endif
16
17 LOCAL_LIBRARIES = ../lib/libXsw.a
18 SYSTEM_LIBRARIES = -lXm -lXt -lX11 $(SYSLIBS)
19
20 PROGRAM = MDItest
21
22 AllTarget($(PROGRAM))
23 NormalProgramTarget($(PROGRAM),$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),$(SYSTEM_LIBRARIES))
24 DependTarget()
25 CxxRules()