From 8f974c520a8733158591891458fda10fae4c3950 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Mon, 13 Aug 2001 00:59:40 +0000 Subject: [PATCH] Replaced /'s with \'s as BCC requires \'s for path names git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/fl/makefile.b32 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/src/fl/makefile.b32 b/contrib/src/fl/makefile.b32 index 18b8f8a83e..7ec189137c 100644 --- a/contrib/src/fl/makefile.b32 +++ b/contrib/src/fl/makefile.b32 @@ -8,19 +8,19 @@ # Makefile for wxWindows FrameLayout library (32-bit BC++) # Use FINAL=1 argument to nmake to build final version with no debug info. -WXDIR = ../../.. +WXDIR = ..\..\.. LIB_NAME = fl OBJ_EXT = obj !include files.lst !if "$(FINAL)" == "1" -LIBTARGET=$(WXDIR)/lib/$(LIB_NAME).lib +LIBTARGET=$(WXDIR)\lib\$(LIB_NAME).lib !else -LIBTARGET=$(WXDIR)/lib/$(LIB_NAME)d.lib +LIBTARGET=$(WXDIR)\lib\$(LIB_NAME)d.lib !endif OBJECTS = $(FL_OBJECTS) -!include $(WXDIR)/src/makelib.b32 +!include $(WXDIR)\src\makelib.b32