]> Nishi Git Mirror - libw3.git/commitdiff
fixing windows build makefile
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Sat, 27 Jan 2024 15:35:21 +0000 (15:35 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Sat, 27 Jan 2024 15:35:21 +0000 (15:35 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@121 d27a3e52-49c5-7645-884c-6793ebffc270

Makefile

index dbc146e133686a7c6aee4a2a6520a0f3fcea7b23..42ac98e1af33f630abac2ec4547cad6b5ef0482b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,8 +57,7 @@ all: ./w3.pc ./Library/W3Version.h $(ALL)
        $(MAKE) -C ./Library CC=$(CC) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" LIBS="$(LIBS)" WINDOWS=YES
 
 ./Example: ./Library/w3.dll
-       $(MAKE) -C ./Example/fetch CC=$(CC) RESFILE=../libw3.res WINDRES=$(WINDRES) WINDOWS=YES
-       $(MAKE) -C ./Example/interactive CC=$(CC) RESFILE=../libw3.res WINDRES=$(WINDRES) WINDOWS=YES
+       $(MAKE) -C ./Example CC=$(CC) examples
 
 ./Library/W3Version.h:
        m4 -DSUFFIX=\"W\" ./W3Version.h.p > $@