Fix win32
This commit is contained in:
parent
a76707537f
commit
412c24342b
1 changed files with 4 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ if [ "x$cmp" = "x" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
INCS="sj4common sj4core sj4rkcv sj4lib"
|
INCS="sj4common sj4charset sj4core sj4rkcv sj4lib"
|
||||||
DEFS="UTF8 UCS ENGLISH"
|
DEFS="UTF8 UCS ENGLISH"
|
||||||
|
|
||||||
CFLAGS=""
|
CFLAGS=""
|
||||||
|
|
@ -92,9 +92,10 @@ executable() {
|
||||||
}
|
}
|
||||||
|
|
||||||
library sj4common
|
library sj4common
|
||||||
|
library sj4charset
|
||||||
library sj4core
|
library sj4core
|
||||||
library sj4rkcv
|
library sj4rkcv
|
||||||
library sj4lib
|
library sj4lib
|
||||||
|
|
||||||
executable sj4mkdic sj4common.lib
|
executable sj4mkdic "sj4common.lib sj4charset.lib"
|
||||||
executable sj4test "sj4common.lib sj4core.lib sj4lib.lib"
|
executable sj4test "sj4common.lib sj4charset.lib sj4core.lib sj4lib.lib"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue