Loading lib/Makefile.Watcom +2 −2 Original line number Diff line number Diff line Loading @@ -34,12 +34,12 @@ RC = wrc !endif !if $(__VERSION__) < 1250 RM = del /q /f >NUL 2>&1 RM = del /q /f 2>NUL !else RM = rm -f !endif MD = mkdir RD = rmdir /q /s >NUL 2>&1 RD = rmdir /q /s 2>NUL CP = copy CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm & Loading lib/Makefile.m32 +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ LDFLAGS = -s RANLIB = ranlib RC = windres RCFLAGS = --include-dir=../include -DDEBUGBUILD=0 -O COFF -i RM = del /q /f > NUL 2>&1 RM = del /q /f 2>NUL STRIP = strip -g ######################################################## Loading src/Makefile.Watcom +2 −2 Original line number Diff line number Diff line Loading @@ -34,12 +34,12 @@ RC = wrc !endif !if $(__VERSION__) < 1250 RM = del /q /f >NUL 2>&1 RM = del /q /f 2>NUL !else RM = rm -f !endif MD = mkdir RD = rmdir /q /s >NUL 2>&1 RD = rmdir /q /s 2>NUL CP = copy CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm & Loading src/Makefile.m32 +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ CFLAGS = -g -O2 LDFLAGS = -s RC = windres RCFLAGS = --include-dir=../include -O COFF -i RM = del /q /f > NUL 2>&1 RM = del /q /f 2>NUL CP = copy # We may need these someday Loading Loading
lib/Makefile.Watcom +2 −2 Original line number Diff line number Diff line Loading @@ -34,12 +34,12 @@ RC = wrc !endif !if $(__VERSION__) < 1250 RM = del /q /f >NUL 2>&1 RM = del /q /f 2>NUL !else RM = rm -f !endif MD = mkdir RD = rmdir /q /s >NUL 2>&1 RD = rmdir /q /s 2>NUL CP = copy CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm & Loading
lib/Makefile.m32 +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ LDFLAGS = -s RANLIB = ranlib RC = windres RCFLAGS = --include-dir=../include -DDEBUGBUILD=0 -O COFF -i RM = del /q /f > NUL 2>&1 RM = del /q /f 2>NUL STRIP = strip -g ######################################################## Loading
src/Makefile.Watcom +2 −2 Original line number Diff line number Diff line Loading @@ -34,12 +34,12 @@ RC = wrc !endif !if $(__VERSION__) < 1250 RM = del /q /f >NUL 2>&1 RM = del /q /f 2>NUL !else RM = rm -f !endif MD = mkdir RD = rmdir /q /s >NUL 2>&1 RD = rmdir /q /s 2>NUL CP = copy CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm & Loading
src/Makefile.m32 +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ CFLAGS = -g -O2 LDFLAGS = -s RC = windres RCFLAGS = --include-dir=../include -O COFF -i RM = del /q /f > NUL 2>&1 RM = del /q /f 2>NUL CP = copy # We may need these someday Loading