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
This commit is contained in:
parent
52b51c2791
commit
8f974c520a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user