File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ cd ${BASENAME}
54
54
55
55
make_obj () {
56
56
RETREAT=" ../../"
57
+ MODE=" static"
57
58
58
59
case $KERNEL_NAME in
59
60
MINGW32_NT* )
@@ -63,6 +64,7 @@ make_obj() {
63
64
echo " Changing directory"
64
65
RETREAT=" ../../../../messages/"
65
66
fi
67
+ MODE=" common"
66
68
;;
67
69
* )
68
70
;;
@@ -81,7 +83,7 @@ make_obj() {
81
83
cd work
82
84
echo " dir: $( pwd) "
83
85
ls * .res > packagelist.txt
84
- ${PKGDATA} --verbose -p ${BASENAME} -m common -q packagelist.txt > /dev/null
86
+ ${PKGDATA} --verbose -p ${BASENAME} -m ${MODE} -q packagelist.txt > /dev/null
85
87
86
88
87
89
case $KERNEL_NAME in
@@ -138,4 +140,4 @@ if [ -f "../$1" ]; then
138
140
done
139
141
else
140
142
make_obj
141
- fi
143
+ fi
Original file line number Diff line number Diff line change @@ -64,10 +64,6 @@ extern "C" {
64
64
#ifdef mingw_PLATFORM
65
65
#include <unicode/umachine.h>
66
66
67
- #ifndef COMPAT_UCHAR
68
- #define COMPAT_UCHAR UChar
69
- #endif
70
-
71
67
#ifndef SHARE_FLAG_DENYNO
72
68
#define SHARE_FLAG_DENYNO _SH_DENYNO
73
69
#endif
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ extern "C" {
61
61
#include "arch/win/win_util.h"
62
62
#include <time.h>
63
63
#else
64
- #include <unistd.h>
65
64
#include <sys/time.h>
66
65
#include <sys/ipc.h>
67
66
#include <sys/shm.h>
You can’t perform that action at this time.
0 commit comments