forked from Warzone2100/warzone2100
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: configure.ac lib/ivis_opengl/Makefile.am lib/ivis_opengl/glew/glew.vcxproj lib/ivis_opengl/glew/glew.vcxproj.filters lib/ivis_opengl/piedraw.cpp lib/ivis_opengl/piemode.cpp lib/ivis_opengl/piestate.cpp lib/ivis_opengl/screen.cpp lib/ivis_opengl/tex.cpp lib/sequence/Makefile.am macosx/Warzone.xcodeproj/project.pbxproj macosx/configs/Glew-All.xcconfig macosx/configs/QuesoGLC-All.xcconfig macosx/configs/Warzone-All.xcconfig src/Makefile.am src/texture.cpp win32/libs/Makefile win32/libs/glew/Makefile win32/libs/glew/patches/glew_pkgconfig.diff
- Loading branch information
Showing
51 changed files
with
1,134 additions
and
2,176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,36 @@ | ||
AM_CPPFLAGS = -DSTATICLIB $(SDL_CFLAGS) $(WZ_CPPFLAGS) | ||
AM_CFLAGS = -DSTATICLIB $(WZ_CFLAGS) | ||
AM_CFLAGS = -DSTATICLIB $(WZ_CFLAGS) -UDEBUG | ||
|
||
noinst_LIBRARIES = libminiupnpc.a | ||
noinst_HEADERS = \ | ||
bsdqueue.h \ | ||
codelength.h \ | ||
connecthostport.h \ | ||
declspec.h \ | ||
igd_desc_parse.h \ | ||
minisoap.h \ | ||
minissdpc.h \ | ||
miniupnpc.h \ | ||
miniupnpcstrings.h \ | ||
miniwget.h \ | ||
minixml.h \ | ||
minisoap.h \ | ||
minissdpc.h \ | ||
codelength.h \ | ||
upnpcommands.h \ | ||
igd_desc_parse.h \ | ||
upnpreplyparse.h \ | ||
upnperrors.h \ | ||
declspec.h \ | ||
bsdqueue.h | ||
upnpreplyparse.h | ||
|
||
libminiupnpc_a_SOURCES = \ | ||
miniwget.c \ | ||
minixml.c \ | ||
connecthostport.c \ | ||
igd_desc_parse.c \ | ||
minisoap.c \ | ||
minissdpc.c \ | ||
miniupnpc.c \ | ||
upnpreplyparse.c \ | ||
miniwget.c \ | ||
minixml.c \ | ||
upnpcommands.c \ | ||
minissdpc.c \ | ||
upnperrors.c | ||
upnperrors.c \ | ||
upnpreplyparse.c | ||
|
||
EXTRA_DIST = LICENCE README | ||
EXTRA_DIST = \ | ||
Changelog.txt \ | ||
LICENSE \ | ||
README |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.