Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8217 → Rev 8218

/contrib/sdk/sources/SDL-1.2.2_newlib/src/Makefile
1,7 → 1,3
# SDL build makefile_test
# writed by maxcodehack
 
 
CC = kos32-gcc
AR = kos32-ar
LD = kos32-ld
38,9 → 34,9
-fexpensive-optimizations -Wall -DENABLE_AUDIO -UDISABLE_AUDIO -DDISABLE_JOYSTICK \
-DDISABLE_CDROM -DDISABLE_THREADS -DENABLE_TIMERS \
-DUSE_ASMBLIT -Ihermes -Iaudio -Ivideo -Ievents \
-Ijoystick -Icdrom -Ithread -Itimer -Iendian -Ifile -DENABLE_MENUETOS \
-Ijoystick -Icdrom -Ithread -Itimer -Iendian -Ifile -DENABLE_KOLIBRIOS \
-DNO_SIGNAL_H -DDISABLE_STDIO -DNEED_SDL_GETENV -DENABLE_FILE -UDISABLE_FILE \
-D__MENUETOS__ -DDEBUG_VIDEO -UWIN32 -U_Win32 -U_WIN32 -U__MINGW32__ \
-D__KOLIBRIOS__ -DDEBUG_VIDEO -UWIN32 -U_Win32 -U_WIN32 -U__MINGW32__ \
-I../../newlib/libc/include/
/contrib/sdk/sources/SDL-1.2.2_newlib/src/SYSCALL/src/alloca.s
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/contrib/sdk/sources/SDL-1.2.2_newlib/src/events/SDL_sysevents.h
41,6 → 41,6
#define CANT_THREAD_EVENTS
#endif
 
#ifdef __MENUETOS__
#ifdef __KOLIBRIOS__
#define CANT_THREAD_EVENTS
#endif
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/SDL_sysvideo.h
386,7 → 386,7
#ifdef ENABLE_CYBERGRAPHICS
extern VideoBootStrap CGX_bootstrap;
#endif
#ifdef ENABLE_MENUETOS
#ifdef ENABLE_KOLIBRIOS
extern VideoBootStrap mosvideo_bootstrab;
#endif
/* This is the current video device */
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/SDL_video.c
95,7 → 95,7
#ifdef ENABLE_PHOTON
&ph_bootstrap,
#endif
#ifdef ENABLE_MENUETOS
#ifdef ENABLE_KOLIBRIOS
&mosvideo_bootstrab,
#endif
NULL