Rename flmain.c -> main.c
This commit is contained in:
parent
f0245033ca
commit
021e7ab734
|
@ -32,6 +32,6 @@ wcc386 -q -wx ..\c\text_ini.c
|
||||||
wcc386 -q -wx ..\c\time_windows.c
|
wcc386 -q -wx ..\c\time_windows.c
|
||||||
wcc386 -q -wx ..\c\utf8.c
|
wcc386 -q -wx ..\c\utf8.c
|
||||||
|
|
||||||
wcc386 -q -wx ..\c\flmain.c
|
wcc386 -q -wx ..\c\main.c
|
||||||
|
|
||||||
wlink op q name upscheme file algo_color, bitvector-ops, bitvector, buf, builtins, dump, env_windows, equalhash, flisp, hashing, htable, int2str, ios, iostream, libraries, lltinit, os_windows, ptrhash, random, string, table, time_windows, text_ini, utf8, flmain
|
wlink op q name upscheme file algo_color, bitvector-ops, bitvector, buf, builtins, dump, env_windows, equalhash, flisp, hashing, htable, int2str, ios, iostream, libraries, lltinit, os_windows, ptrhash, random, string, table, time_windows, text_ini, utf8, main
|
||||||
|
|
|
@ -19,7 +19,7 @@ o_files="$o_files dump.o"
|
||||||
o_files="$o_files env_unix.o"
|
o_files="$o_files env_unix.o"
|
||||||
o_files="$o_files equalhash.o"
|
o_files="$o_files equalhash.o"
|
||||||
o_files="$o_files flisp.o"
|
o_files="$o_files flisp.o"
|
||||||
o_files="$o_files flmain.o"
|
o_files="$o_files main.o"
|
||||||
o_files="$o_files hashing.o"
|
o_files="$o_files hashing.o"
|
||||||
o_files="$o_files htable.o"
|
o_files="$o_files htable.o"
|
||||||
o_files="$o_files int2str.o"
|
o_files="$o_files int2str.o"
|
||||||
|
@ -104,7 +104,7 @@ $CC $CFLAGS -c ../c/dump.c
|
||||||
$CC $CFLAGS -c ../c/env_unix.c
|
$CC $CFLAGS -c ../c/env_unix.c
|
||||||
$CC $CFLAGS -c ../c/equalhash.c
|
$CC $CFLAGS -c ../c/equalhash.c
|
||||||
$CC $CFLAGS -c ../c/flisp.c
|
$CC $CFLAGS -c ../c/flisp.c
|
||||||
$CC $CFLAGS -c ../c/flmain.c
|
$CC $CFLAGS -c ../c/main.c
|
||||||
$CC $CFLAGS -c ../c/hashing.c
|
$CC $CFLAGS -c ../c/hashing.c
|
||||||
$CC $CFLAGS -c ../c/htable.c
|
$CC $CFLAGS -c ../c/htable.c
|
||||||
$CC $CFLAGS -c ../c/int2str.c
|
$CC $CFLAGS -c ../c/int2str.c
|
||||||
|
|
Loading…
Reference in New Issue