1 #############################################################################
3 # Copyright (C) 1999 SciTech Software
6 # Description: Generic makefile for the SciTech wxApplet library
7 # License: wxWindows license
9 #############################################################################
11 # We are building with the Win32 version
15 PRECOMP_HDR := wx/wxprec.h
16 CFLAGS += -D__WIN95__ -D__WXMSW__ -D__WINDOWS__
18 # Link with wxWindows static link libraries or with the DLL. DLL is default.
22 CFLAGS += -DWXUSINGDLL
25 # Define the library name and objects
28 LIBCLEAN = *.il? *.dll *.lib
29 OBJECTS := applet$O appletwindow$O
31 DEPEND_OBJ = $(OBJECTS)
32 .INCLUDE: "$(SCITECH)\makedefs\common.mk"