summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.vc8
1 files changed, 1 insertions, 7 deletions
diff --git a/windows/Makefile.vc b/windows/Makefile.vc
index af70a38..5eee59d 100644
--- a/windows/Makefile.vc
+++ b/windows/Makefile.vc
@@ -208,18 +208,12 @@ $(TARGETLIB): $(LIB_OBJS)
@$(LB) /OUT:$@ $(LIB_OBJS) $(LDFLAGS)
{$(LIBGD_SRC_DIR)\}.c{$(LIBGD_OBJ_DIR)\}.obj:
- $(CC) $(CFLAGS) /Fo"$@" $<
+ $(CC) $(CFLAGS) /c /Fo"$@" $<
all: $(LIBGD_OBJ_DIR) $(LIBGD_BIN_DIR) $(LIB_OBJS) $(STATICLIB)
.SUFFIXES: .c .obj .res
-{$(LIBGD_SRC_DIR)\}.c{$(LIBGD_OBJ_DIR)\}.obj:
- $(CC) $(CFLAGS) /Fo"$@" $<
-
-{src\}.c{$(SDR)}.obj::
- $(CC) $(CFLAGS) /c $< /Fo$(SDR)
-
# tests
!INCLUDE $(TEST_MK)