3 # Author: Hans Van Leemputten
6 # Copyright: (c) wxWorkshop team, 2001
8 # Makefile for wxWindows FrameLayout library (32-bit BC++)
9 # Use FINAL=1 argument to nmake to build final version with no debug info.
18 LIBTARGET=$(WXDIR)\lib\$(LIB_NAME).lib
20 LIBTARGET=$(WXDIR)\lib\$(LIB_NAME)d.lib
23 OBJECTS = $(FL_OBJECTS)
25 !include $(WXDIR)\src\makelib.b32