X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddea7eb61476571b80c2f52c2689680229595fec..4d312c222ee634bb8597ffa9cfa71b9414d67145:/src/makelib.wat

diff --git a/src/makelib.wat b/src/makelib.wat
index 3390cb6ff2..110f0398a5 100644
--- a/src/makelib.wat
+++ b/src/makelib.wat
@@ -2,7 +2,7 @@
 # Changelist:	2003-02-25 - Juergen Ulbts - update from wxWindows 2.5.x/HEAD branch
 #
 
-<<<<<<< makelib.wat
+
 THISDIR = $+ $(%cdrive):$(%cwd) $-
 # set OUTPUTDIR to the directory to be used for the .obj files created during
 # the build (under $THISDIR)
@@ -11,31 +11,15 @@ OUTPUTDIR=$(THISDIR)\$(BASEDIRPREFIX)$(CONFIGURATION)Watcom
 # no trailing slash for win98
 !endif
 
-=======
-OUTPUTDIR= $+ $(%cdrive):$(%cwd)\WATCOM $-
-
->>>>>>> 1.1.8.2
 !include $(WXDIR)\src\makewat.env
-<<<<<<< makelib.wat
 
-all: $(OUTPUTDIR) $(LIBTARGET) .SYMBOLIC
-=======
 
->>>>>>> 1.1.8.2
 
-<<<<<<< makelib.wat
-$(OUTPUTDIR):
-	@if not exist $^@ mkdir $^@
-=======
 all: MAKDIR $(LIBTARGET) .SYMBOLIC
->>>>>>> 1.1.8.2
 
-<<<<<<< makelib.wat
-=======
 MAKDIR:  .SYMBOLIC
 	@if not exist $(OUTPUTDIR) mkdir $(OUTPUTDIR)
 
->>>>>>> 1.1.8.2
 # the name of the file containing the objects to be put in the library
 LBCFILE=$(LIBTARGET).lbc
 $(LIBTARGET) : $(OBJECTS)