mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
cross-compile fixes
svn path=/trunk/; revision=7467
This commit is contained in:
parent
7bb4859c69
commit
282696e4ee
4 changed files with 25 additions and 23 deletions
|
@ -64,7 +64,7 @@
|
|||
/* #undef HAVE_CURSES_H */
|
||||
|
||||
/* Define to 1 if you have the <direct.h> header file. */
|
||||
#define HAVE_DIRECT_H 1
|
||||
/* #undef HAVE_DIRECT_H */
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
/* #undef HAVE_DLFCN_H */
|
||||
|
@ -202,7 +202,7 @@
|
|||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <io.h> header file. */
|
||||
#define HAVE_IO_H 1
|
||||
/*#define HAVE_IO_H 1*/
|
||||
|
||||
/* Define if IPX should use netipx/ipx.h from libc */
|
||||
/* #undef HAVE_IPX_GNU */
|
||||
|
@ -421,7 +421,7 @@
|
|||
/* #undef HAVE_PREAD */
|
||||
|
||||
/* Define to 1 if you have the <process.h> header file. */
|
||||
#define HAVE_PROCESS_H 1
|
||||
/*#define HAVE_PROCESS_H 1*/
|
||||
|
||||
/* Define to 1 if you have the `pthread_getattr_np' function. */
|
||||
/* #undef HAVE_PTHREAD_GETATTR_NP */
|
||||
|
|
|
@ -250,12 +250,14 @@ ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset );
|
|||
#endif /* HAVE_PWRITE */
|
||||
#endif /* __REACTOS__ */
|
||||
|
||||
#ifdef WIN32
|
||||
#ifndef HAVE_SIGSETJMP
|
||||
# include <setjmp.h>
|
||||
typedef jmp_buf sigjmp_buf;
|
||||
int sigsetjmp( sigjmp_buf buf, int savesigs );
|
||||
void siglongjmp( sigjmp_buf buf, int val );
|
||||
#endif /* HAVE_SIGSETJMP */
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STATFS
|
||||
int statfs(const char *name, struct statfs *info);
|
||||
|
|
|
@ -24,13 +24,13 @@ WINE_RC = $(TARGET_NAME)
|
|||
WINE_INCLUDE = $(PATH_TO_TOP)/include/reactos
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
cmd.o attrib.o alias.o batch.o beep.o call.o chcp.o choice.o \
|
||||
cls.o cmdinput.o cmdtable.o color.o console.o copy.o date.o del.o \
|
||||
delay.o dir.o dirstack.o echo.o error.o filecomp.o for.o free.o \
|
||||
goto.o history.o if.o internal.o label.o locale.o memory.o misc.o \
|
||||
move.o msgbox.o path.o pause.o prompt.o redir.o ren.o screen.o \
|
||||
set.o shift.o start.o strtoclr.o time.o timer.o title.o type.o \
|
||||
ver.o verify.o vol.o where.o window.o #cmd.coff
|
||||
cmd.o attrib.o alias.o batch.o beep.o call.o chcp.o choice.o \
|
||||
cls.o cmdinput.o cmdtable.o color.o console.o copy.o date.o del.o \
|
||||
delay.o dir.o dirstack.o echo.o error.o filecomp.o for.o free.o \
|
||||
goto.o history.o if.o internal.o label.o locale.o memory.o misc.o \
|
||||
move.o msgbox.o path.o pause.o prompt.o redir.o ren.o screen.o \
|
||||
set.o shift.o start.o strtoclr.o time.o timer.o title.o type.o \
|
||||
ver.o verify.o vol.o where.o window.o #cmd.coff
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
|
@ -392,19 +392,19 @@ IDI_ARROW ICON DISCARDABLE "res/arrow.ico"
|
|||
IDI_ARROW_SELECTED ICON DISCARDABLE "res/arrowsel.ico"
|
||||
IDI_APPICON ICON DISCARDABLE "res/appicon.ico"
|
||||
IDI_FLOATING ICON DISCARDABLE "res/floating.ico"
|
||||
IDI_REACTOS_BIG ICON DISCARDABLE "res\\ros-big.ico"
|
||||
IDI_CONFIG ICON DISCARDABLE "res\\config.ico"
|
||||
IDI_DOCUMENTS ICON DISCARDABLE "res\\documents.ico"
|
||||
IDI_FAVORITES ICON DISCARDABLE "res\\favorites.ico"
|
||||
IDI_INFO ICON DISCARDABLE "res\\info.ico"
|
||||
IDI_APPS ICON DISCARDABLE "res\\apps.ico"
|
||||
IDI_SEARCH ICON DISCARDABLE "res\\search.ico"
|
||||
IDI_ACTION ICON DISCARDABLE "res\\action.ico"
|
||||
IDI_FOLDER ICON DISCARDABLE "res\\folder.ico"
|
||||
IDI_SEARCH_DOC ICON DISCARDABLE "res\\search-doc.ico"
|
||||
IDI_PRINTER ICON DISCARDABLE "res\\printer.ico"
|
||||
IDI_NETWORK ICON DISCARDABLE "res\\network.ico"
|
||||
IDI_COMPUTER ICON DISCARDABLE "res\\computer.ico"
|
||||
IDI_REACTOS_BIG ICON DISCARDABLE "res/ros-big.ico"
|
||||
IDI_CONFIG ICON DISCARDABLE "res/config.ico"
|
||||
IDI_DOCUMENTS ICON DISCARDABLE "res/documents.ico"
|
||||
IDI_FAVORITES ICON DISCARDABLE "res/favorites.ico"
|
||||
IDI_INFO ICON DISCARDABLE "res/info.ico"
|
||||
IDI_APPS ICON DISCARDABLE "res/apps.ico"
|
||||
IDI_SEARCH ICON DISCARDABLE "res/search.ico"
|
||||
IDI_ACTION ICON DISCARDABLE "res/action.ico"
|
||||
IDI_FOLDER ICON DISCARDABLE "res/folder.ico"
|
||||
IDI_SEARCH_DOC ICON DISCARDABLE "res/search-doc.ico"
|
||||
IDI_PRINTER ICON DISCARDABLE "res/printer.ico"
|
||||
IDI_NETWORK ICON DISCARDABLE "res/network.ico"
|
||||
IDI_COMPUTER ICON DISCARDABLE "res/computer.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue