mirror of https://github.com/encounter/SDL.git
test/Makefile.os2: wlib must run case-sensitively.
This commit is contained in:
parent
8766d6040b
commit
537f824f38
|
@ -55,7 +55,7 @@ LIBS = SDL2.lib $(TESTLIB)
|
||||||
.c: ../src/test
|
.c: ../src/test
|
||||||
|
|
||||||
$(TESTLIB): $(COBJS)
|
$(TESTLIB): $(COBJS)
|
||||||
wlib -q -b -n $@ $(COBJS)
|
wlib -q -b -n -c $@ $(COBJS)
|
||||||
|
|
||||||
.obj.exe:
|
.obj.exe:
|
||||||
@%make $(TESTLIB)
|
@%make $(TESTLIB)
|
||||||
|
|
Loading…
Reference in New Issue