mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 07:51:16 -05:00
8550aa14be
Corresponding change in go.bat. Added Makefiile.win. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@65 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
7 lines
298 B
Batchfile
7 lines
298 B
Batchfile
cl /c /DBIGSYM=1 /Foinit_rs.obj init_rs.c
|
|
cl /c /DBIGSYM=1 /Foencode_rs.obj encode_rs.c
|
|
cl /c /DBIGSYM=1 /Ox /Zd /Fodecode_rs.obj decode_rs.c
|
|
cl /c /DWin32=1 wrapkarn.c
|
|
cl /c /DWin32=1 igray.c
|
|
df /exe:JT65code.exe JT65code_all.f /link wrapkarn.obj init_rs.obj encode_rs.obj decode_rs.obj igray.obj
|