diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.msc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.msc b/win32/Makefile.msc index aaf2082..67b7731 100644 --- a/win32/Makefile.msc +++ b/win32/Makefile.msc | |||
@@ -40,7 +40,7 @@ OBJA = | |||
40 | 40 | ||
41 | # targets | 41 | # targets |
42 | all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \ | 42 | all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \ |
43 | $example.exe minigzip.exe example_d.exe minigzip_d.exe | 43 | example.exe minigzip.exe example_d.exe minigzip_d.exe |
44 | 44 | ||
45 | $(STATICLIB): $(OBJS) $(OBJA) | 45 | $(STATICLIB): $(OBJS) $(OBJA) |
46 | $(AR) $(ARFLAGS) -out:$@ $(OBJS) $(OBJA) | 46 | $(AR) $(ARFLAGS) -out:$@ $(OBJS) $(OBJA) |