mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Imported from libpng-1.7.0beta28.tar
This commit is contained in:
9
contrib/gregbook/Makefile.w32.diff
Normal file
9
contrib/gregbook/Makefile.w32.diff
Normal file
@@ -0,0 +1,9 @@
|
||||
56c56,57
|
||||
< CFLAGS = -nologo -O -W3 $(INCS) $(cvars)
|
||||
---
|
||||
> CPPFLAGS = $(INCS)
|
||||
> CFLAGS = -nologo -O -W3 $(cvars)
|
||||
79c80
|
||||
< $(CC) -c $(CFLAGS) $<
|
||||
---
|
||||
> $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
|
||||
Reference in New Issue
Block a user