Fix typo in win32/Makefile.msc.
This commit is contained in:
@@ -40,7 +40,7 @@ OBJA =
|
|||||||
|
|
||||||
# targets
|
# targets
|
||||||
all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \
|
all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \
|
||||||
$example.exe minigzip.exe example_d.exe minigzip_d.exe
|
example.exe minigzip.exe example_d.exe minigzip_d.exe
|
||||||
|
|
||||||
$(STATICLIB): $(OBJS) $(OBJA)
|
$(STATICLIB): $(OBJS) $(OBJA)
|
||||||
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(OBJA)
|
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(OBJA)
|
||||||
|
|||||||
Reference in New Issue
Block a user