fix accidental overwrite of Makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,27 +1,32 @@
|
|||||||
# Generated automatically from Makefile.in by configure.
|
#############################################################################
|
||||||
# $Id$
|
#
|
||||||
|
# Copyright (C) 1999 SciTech Software
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# Descripton: Generic makefile for the SciTech wxApplet library
|
||||||
|
#
|
||||||
|
#############################################################################
|
||||||
|
|
||||||
top_srcdir = ../../..
|
# We are building with the Win32 version
|
||||||
top_builddir = ../../..
|
|
||||||
libsrc_dir = contrib/src/applet
|
|
||||||
|
|
||||||
TARGET_LIBNAME=libwx_msw_applet-2.5
|
USE_RTTI := 1
|
||||||
|
USE_CPPEXCEPT := 1
|
||||||
|
PRECOMP_HDR := wx/wxprec.h
|
||||||
|
CFLAGS += -D__WIN95__ -D__WXMSW__ -D__WINDOWS__
|
||||||
|
|
||||||
LIBVERSION_CURRENT=0
|
# Link with wxWindows static link libraries or with the DLL. DLL is default.
|
||||||
LIBVERSION_REVISION=0
|
|
||||||
LIBVERSION_AGE=0
|
|
||||||
|
|
||||||
|
.IF $(STATIC_LINK)
|
||||||
|
.ELSE
|
||||||
|
CFLAGS += -DWXUSINGDLL
|
||||||
|
.ENDIF
|
||||||
|
|
||||||
HEADER_PATH=$(top_srcdir)/contrib/include/wx
|
# Define the library name and objects
|
||||||
HEADER_SUBDIR=applet
|
|
||||||
|
|
||||||
HEADERS=applet.h appletwindow.h
|
LIBFILE = wxapplet$L
|
||||||
|
LIBCLEAN = *.il? *.dll *.lib
|
||||||
|
OBJECTS := applet$O appletwindow$O
|
||||||
|
|
||||||
OBJECTS=applet.o appletwindow.o
|
DEPEND_OBJ = $(OBJECTS)
|
||||||
DEPFILES=$(OBJECTS:.o=.d)
|
.INCLUDE: "$(SCITECH)\makedefs\common.mk"
|
||||||
|
|
||||||
APPEXTRADEFS=-I$(top_srcdir)/contrib/include
|
|
||||||
|
|
||||||
include $(top_builddir)/src/makelib.env
|
|
||||||
|
|
||||||
-include $(DEPFILES)
|
|
||||||
|
Reference in New Issue
Block a user