Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrew Bradley
Kart-Public
Commits
93c98413
Commit
93c98413
authored
8 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
move Windows zlib options out of PNG to ZLIB
parent
c9aebc6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/win32/Makefile.cfg
+11
-3
11 additions, 3 deletions
src/win32/Makefile.cfg
with
11 additions
and
3 deletions
src/win32/Makefile.cfg
+
11
−
3
View file @
93c98413
...
...
@@ -85,13 +85,21 @@ endif
OBJS=$(OBJDIR)/dx_error.o
$(OBJDIR)/fabdxlib.o $(OBJDIR)/win_vid.o $(OBJDIR)/win_dll.o
endif
ZLIB_CFLAGS?=-I../libs/zlib
ifdef
MINGW64
ZLIB_LDFLAGS?=-L../libs/zlib/win32
-lz64
else
ZLIB_LDFLAGS?=-L../libs/zlib/win32
-lz32
endif
ifndef
NOPNG
ifndef
PNG_CONFIG
PNG_CFLAGS?=-I../libs/libpng-src
-I../libs/zlib
PNG_CFLAGS?=-I../libs/libpng-src
ifdef
MINGW64
PNG_LDFLAGS?=-L../libs/libpng-src/projects
-lpng64
-L../libs/zlib/win32 -lz64
PNG_LDFLAGS?=-L../libs/libpng-src/projects
-lpng64
else
PNG_LDFLAGS?=-L../libs/libpng-src/projects
-lpng32
-L../libs/zlib/win32 -lz32
PNG_LDFLAGS?=-L../libs/libpng-src/projects
-lpng32
endif
#MINGW64
endif
#PNG_CONFIG
endif
#NOPNG
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment