Development > Newbie Coding
(log) Actually got new build system to (partially) work on Windows 7
Mattn:
i've added testall and game targets to the project file.
Muton:
After some time
a success report
I'm able to build everything in MinGW (shared)
only a small bug troubled uforadiant linking
mingw32.mk
OPENGL_LIBS ?= -lopengl32
OPENAL_LIBS ?= -lopenal32
PKG_CONFIG ?= $(CROSS)pkg-config
I'm not using the outdated codeblocks.zip (MinGW environment)
but my own one
attached somewhere on page one
Mattn:
thanks - fixed in latest master
Muton:
A question related to pkg-config
example SDL_Image
if i build that lib as static and shared
i should have 2 entries right?
Libs: .....
Libs.private: ......
Libs.private
is for static
and Libs
for shared
but i dont have a
Libs.private entry in *.pc ???
but SDL_image depend on jpeg png and tiff
shouldnt all that be part of Libs.private?
The "strange" thing is the .la files does have every depending lib listed
Why do i have a .la file and a .pc file ???
Mattn:
the la file is a libtool file that is used when you use libtool for linking (which we don't do [yet - because i don't have a lot of experience with it])
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version