1 #############################################################################
3 # Copyright (C) 1999 SciTech Software
6 # Descripton: Generic makefile for the SciTech wxApplet library
8 #############################################################################
10 # We are building with the Win32 version
14 PRECOMP_HDR := wx/wxprec.h
15 CFLAGS += -D__WIN95__ -D__WXMSW__ -D__WINDOWS__
17 # Link with wxWindows static link libraries or with the DLL. DLL is default.
21 CFLAGS += -DWXUSINGDLL
24 # Define the library name and objects
27 LIBCLEAN = *.il? *.dll *.lib
28 OBJECTS := applet$O appletwindow$O
30 DEPEND_OBJ = $(OBJECTS)
31 .INCLUDE: "$(SCITECH)\makedefs\common.mk"