#define GppForced

#ifndef WIN31
#define	AlsPrefix	$(TOP)/libs
#else
#define	AlsPrefix	$(TOP)\libs
#endif

REAL=utwx/**/WxVers
#define RealXals	$(REAL)

LOCDEF= -Dwx_msw
#define Gui

LOCINCL = -I.

#include "Imake.inc"

#if !defined(WINNT) && !defined(WIN31)
all::

headers::

depend::

DoDosSpecial(Imakefile,imakefil)
CpDos(bit1.bmp)
CpDos(bit2.bmp)
CpDos(bit3.bmp)
CpDos(bit4.bmp)
CpDos(bit5.bmp)
CpDos(bit6.bmp)
CpDos(bit7.bmp)
CpDos(bit11.bmp)
CpDos(bit12.bmp)
CpDos(bit13.bmp)
CpDos(bit14.bmp)
CpDos(bit15.bmp)
CpDos(bit16.bmp)
CpDos(bit17.bmp)
CpDos(ico1.ico)
DoDos(test1.c)
DoDos(test1.def)
DoDos(test1.rc)
#else

LOCAL_LIBRARIES = $(ALSLIBS)

DEPLIBS=$(LOCAL_LIBRARIES)

PROGRAMS=test1

SRCS1=	test1.c

#ifdef WINNT
OBJS1=	test1.res $(SRCS1:.c=.ExtObj)
#else
OBJS1=	$(SRCS1:.c=.ExtObj)
#endif

Ressource(test1,test1.rc)

NormalLibraryObjectRule()

ComplexProgramTarget_1(test1,$(LOCAL_LIBRARIES),$(MESLIBS))

PutRessource(test1)

DependTarget()

SRCS=$(SRCS1)

#endif

WorldRule()

