Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
2a4b8c09
Commit
2a4b8c09
authored
Jul 07, 2009
by
Oliver Bock
Browse files
Ensure Win98 compliance
parent
d198002c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/framework/Makefile.mingw
View file @
2a4b8c09
...
...
@@ -30,6 +30,7 @@ CPPFLAGS += $(shell $(FRAMEWORK_INSTALL)/bin/sdl-config --cflags)
CPPFLAGS
+=
$(
shell
$(FRAMEWORK_INSTALL)
/bin/freetype-config
--cflags
)
CPPFLAGS
+=
$(
shell
$(FRAMEWORK_INSTALL)
/bin/xml2-config
--cflags
)
CPPFLAGS
+=
-I
$(FRAMEWORK_INSTALL)
/include/boinc
-I
$(FRAMEWORK_INSTALL)
/include
CPPFLAGS
+=
-D_WIN32_WINDOWS
=
0x0410
DEPS
=
Makefile
OBJS
=
AbstractGraphicsEngine.o GraphicsEngineFactory.o WindowManager.o Resource.o ResourceFactory.o BOINCClientAdapter.o Libxml2Adapter.o
...
...
src/starsphere/Makefile.mingw
View file @
2a4b8c09
...
...
@@ -43,6 +43,7 @@ CPPFLAGS += $(shell $(STARSPHERE_INSTALL)/bin/sdl-config --cflags)
CPPFLAGS
+=
$(
shell
$(STARSPHERE_INSTALL)
/bin/freetype-config
--cflags
)
CPPFLAGS
+=
$(
shell
$(STARSPHERE_INSTALL)
/bin/xml2-config
--cflags
)
CPPFLAGS
+=
-I
$(STARSPHERE_INSTALL)
/include/boinc
CPPFLAGS
+=
-D_WIN32_WINDOWS
=
0x0410
DEPS
=
Makefile
OBJS
=
Starsphere.o StarsphereS5R3.o StarsphereRadio.o EinsteinS5R3Adapter.o EinsteinRadioAdapter.o starlist.o snr_list.o pulsar_list.o
$(RESOURCESPEC)
.o
$(RESOURCESPEC)
_mingw.o
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment