Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Main
Synchronet
Commits
61929b40
Commit
61929b40
authored
17 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Borland SDL stuff...
parent
b7abb760
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/conio/Common.bmake
+11
-0
11 additions, 0 deletions
src/conio/Common.bmake
src/conio/Makefile
+8
-1
8 additions, 1 deletion
src/conio/Makefile
src/xpdev/Common.bmake
+3
-3
3 additions, 3 deletions
src/xpdev/Common.bmake
src/xpdev/Makefile
+1
-1
1 addition, 1 deletion
src/xpdev/Makefile
with
23 additions
and
5 deletions
src/conio/Common.bmake
0 → 100644
+
11
−
0
View file @
61929b40
!ifdef USE_SDL
CIOLIB-MT_CFLAGS = $(CIOLIB-MT_CFLAGS) -DWITH_SDL -DWIN32 -I../../include/sdl
CIOLIB_CFLAGS = $(CIOLIB_CFLAGS) -DWITH_SDL -DWIN32 -I../../include/sdl
!ifdef STATIC_SDL
CIOLIB-MT_CFLAGS = $(CIOLIB-MT_CFLAGS) -DSTATIC_SDL
CIOLIB_CFLAGS = $(CIOLIB_CFLAGS) -DSTATIC_SDL
!endif
!else
CIOLIB-MT_CFLAGS = $(CIOLIB-MT_CFLAGS) -DNO_FONTS
CIOLIB_CFLAGS = $(CIOLIB_CFLAGS) -DNO_FONTS
!endif
This diff is collapsed.
Click to expand it.
src/conio/Makefile
+
8
−
1
View file @
61929b40
...
@@ -20,8 +20,15 @@ SRC_ROOT = ..
...
@@ -20,8 +20,15 @@ SRC_ROOT = ..
# Cross platform/compiler definitions
# Cross platform/compiler definitions
!
include
..\build\Common.bmake
# defines clean and output directory rules
!
include
..\build\Common.bmake
# defines clean and output directory rules
!
ifdef
USE_SDL
!
ifdef
USE_SDL
_AUDIO
OBJS
=
$(
OBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
sdl_con
$(
OFILE
)
OBJS
=
$(
OBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
sdl_con
$(
OFILE
)
!
else
!
ifdef
USE_SDL
OBJS
=
$(
OBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
SDL_win32_main
$(
OFILE
)
OBJS
=
$(
OBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
sdlfuncs
$(
OFILE
)
OBJS
=
$(
OBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
SDL_win32_main
$(
OFILE
)
OBJS
=
$(
OBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
sdlfuncs
$(
OFILE
)
!
endif
!
endif
!
endif
#The following is necessary only when DLL-exporting wrapper functions
#The following is necessary only when DLL-exporting wrapper functions
...
...
This diff is collapsed.
Click to expand it.
src/xpdev/Common.bmake
+
3
−
3
View file @
61929b40
XPDEV-MT_CFLAGS = $(XPDEV-MT_CFLAGS) -DXPDEV_THREAD_SAFE
XPDEV-MT_CFLAGS = $(XPDEV-MT_CFLAGS) -DXPDEV_THREAD_SAFE
!ifdef USE_SDL
!ifdef USE_SDL
_AUDIO
XPDEV-MT_CFLAGS = $(XPDEV-MT_CFLAGS) -DWITH_SDL -DWIN32 -I../../include/sdl
XPDEV-MT_CFLAGS = $(XPDEV-MT_CFLAGS) -DWITH_SDL
_AUDIO
-DWIN32 -I../../include/sdl
XPDEV_CFLAGS = $(XPDEV_CFLAGS) -DWITH_SDL -DWIN32 -I../../include/sdl
XPDEV_CFLAGS = $(XPDEV_CFLAGS) -DWITH_SDL
_AUDIO
-DWIN32 -I../../include/sdl
!ifdef STATIC_SDL
!ifdef STATIC_SDL
XPDEV-MT_CFLAGS = $(XPDEV-MT_CFLAGS) -DSTATIC_SDL
XPDEV-MT_CFLAGS = $(XPDEV-MT_CFLAGS) -DSTATIC_SDL
XPDEV_CFLAGS = $(XPDEV_CFLAGS) -DSTATIC_SDL
XPDEV_CFLAGS = $(XPDEV_CFLAGS) -DSTATIC_SDL
...
...
This diff is collapsed.
Click to expand it.
src/xpdev/Makefile
+
1
−
1
View file @
61929b40
...
@@ -13,7 +13,7 @@ CFLAGS = $(CFLAGS) -DWRAPPER_EXPORTS=1
...
@@ -13,7 +13,7 @@ CFLAGS = $(CFLAGS) -DWRAPPER_EXPORTS=1
MT_CFLAGS
=
$(
MT_CFLAGS
)
-DLINK_LIST_THREADSAFE
MT_CFLAGS
=
$(
MT_CFLAGS
)
-DLINK_LIST_THREADSAFE
!
ifdef
USE_SDL
!
ifdef
USE_SDL
_AUDIO
MTOBJS
=
$(
MTOBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
SDL_win32_main
$(
OFILE
)
MTOBJS
=
$(
MTOBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
SDL_win32_main
$(
OFILE
)
MTOBJS
=
$(
MTOBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
sdlfuncs
$(
OFILE
)
MTOBJS
=
$(
MTOBJS
)
$(
MTOBJODIR
)$(
DIRSEP
)
sdlfuncs
$(
OFILE
)
OBJS
=
$(
OBJS
)
$(
OBJODIR
)$(
DIRSEP
)
SDL_win32_main
$(
OFILE
)
OBJS
=
$(
OBJS
)
$(
OBJODIR
)$(
DIRSEP
)
SDL_win32_main
$(
OFILE
)
...
...
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