Updated OS/2 build, yay!
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401446
This commit is contained in:
parent
e1f2aca17a
commit
46f459a736
32 changed files with 727 additions and 675 deletions
|
@ -1,36 +0,0 @@
|
|||
#=============================================================================
|
||||
# This is a Watcom makefile to build SDL.DLL for OS/2
|
||||
#
|
||||
# Makefile for threading
|
||||
#=============================================================================
|
||||
|
||||
object_files=SDL_thread.obj SDL_sysmutex.obj SDL_syssem.obj SDL_systhread.obj SDL_syscond.obj
|
||||
ExtraCFlags=
|
||||
|
||||
#
|
||||
#==============================================================================
|
||||
#
|
||||
!include ..\..\Watcom.mif
|
||||
|
||||
.before
|
||||
set include=$(%os2tk)\h;$(%include);../../include;./os2;../;
|
||||
|
||||
all : $(object_files)
|
||||
|
||||
SDL_sysmutex.obj: .AUTODEPEND
|
||||
wcc386 os2\SDL_sysmutex.c $(cflags)
|
||||
|
||||
SDL_syssem.obj: .AUTODEPEND
|
||||
wcc386 os2\SDL_syssem.c $(cflags)
|
||||
|
||||
SDL_systhread.obj: .AUTODEPEND
|
||||
wcc386 os2\SDL_systhread.c $(cflags)
|
||||
|
||||
SDL_syscond.obj: .AUTODEPEND
|
||||
wcc386 os2\SDL_syscond.c $(cflags)
|
||||
|
||||
clean : .SYMBOLIC
|
||||
@if exist *.obj del *.obj
|
||||
@if exist *.map del *.map
|
||||
@if exist *.res del *.res
|
||||
@if exist *.lst del *.lst
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "SDL_thread.h"
|
||||
#include "../SDL_systhread.h"
|
||||
#include "../SDL_thread_c.h"
|
||||
|
||||
typedef struct ThreadStartParms
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue