]> git.saurik.com Git - wxWidgets.git/blobdiff - src/applet/makefile
Initial check in of wxApplet code to CVS
[wxWidgets.git] / src / applet / makefile
diff --git a/src/applet/makefile b/src/applet/makefile
new file mode 100644 (file)
index 0000000..98c95f6
--- /dev/null
@@ -0,0 +1,34 @@
+#############################################################################
+#
+#                   Copyright (C) 1999 SciTech Software
+#                           All rights reserved.
+#
+# Descripton:   Generic makefile for the SciTech wxApplet library
+#
+#############################################################################
+
+# We are building with the Win32 version
+
+USE_RTTI               := 1
+USE_CPPEXCEPT  := 1
+PRECOMP_HDR            := wx/wxprec.h
+CFLAGS          += -D__WIN95__ -D__WXMSW__ -D__WINDOWS__
+
+# Define the library name and objects
+
+LIBFILE         = wxapplet$L
+LIBCLEAN        = *.il? *.dll *.lib
+OBJECTS                        := applet$O appletwindow$O
+
+# Define the sample program to be compiled
+
+EXELIBS         = wxwin$L png$L jpeg$L tiff$L xpm$L ddstereo$L comctl32$L uuid$L
+SAMP_OBJECTS   = sample$O sample$R monitorapplet$O
+
+sample$E:              $(SAMP_OBJECTS) $(LIBFILE)
+
+DEPEND_OBJ      = $(OBJECTS) $(SAMP_OBJECTS)
+DEPEND_SRC      = sample
+.SOURCE:                 sample
+.INCLUDE: "$(SCITECH)\makedefs\common.mk"
+