mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-01 11:07:46 +08:00
No static for linux
This commit is contained in:
parent
6c93446a1f
commit
87b62390b7
@ -16,7 +16,7 @@ mongoose_mac: $(PROG)
|
|||||||
cp $(PROG) $@
|
cp $(PROG) $@
|
||||||
|
|
||||||
mongoose_linux: main.c
|
mongoose_linux: main.c
|
||||||
$(GCC) $(CC) ../../mongoose.c main.c $(CFLAGS) -s -static -o $@
|
$(GCC) $(CC) ../../mongoose.c main.c $(CFLAGS) -s -o $@
|
||||||
|
|
||||||
mongoose.exe: main.c
|
mongoose.exe: main.c
|
||||||
$(VC98) wine rc /fomongoose.res win32/res.rc
|
$(VC98) wine rc /fomongoose.res win32/res.rc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user