]> git.saurik.com Git - wxWidgets.git/commitdiff
Replaced /'s with \'s as BCC requires \'s for path names
authorGeorge Tasker <gtasker@allenbrook.com>
Mon, 13 Aug 2001 00:59:40 +0000 (00:59 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Mon, 13 Aug 2001 00:59:40 +0000 (00:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/fl/makefile.b32

index 18b8f8a83eb192c1859338b40794e9c2185519fe..7ec189137c718230a01fbc14f4d8a437d942f573 100644 (file)
@@ -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.
 
 # 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"
 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
 !else
-LIBTARGET=$(WXDIR)/lib/$(LIB_NAME)d.lib
+LIBTARGET=$(WXDIR)\lib\$(LIB_NAME)d.lib
 !endif
 
 OBJECTS = $(FL_OBJECTS)
 
 !endif
 
 OBJECTS = $(FL_OBJECTS)
 
-!include $(WXDIR)/src/makelib.b32
+!include $(WXDIR)\src\makelib.b32