mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Updated OS/2 build, yay!
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user