diff options
Diffstat (limited to 'protocols/Weather/mingw-comp.bat')
-rw-r--r-- | protocols/Weather/mingw-comp.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Weather/mingw-comp.bat b/protocols/Weather/mingw-comp.bat new file mode 100644 index 0000000000..7c88825ecd --- /dev/null +++ b/protocols/Weather/mingw-comp.bat @@ -0,0 +1,2 @@ +c:\mingw\bin\windres resource.rc resource.o
+c:\mingw\bin\gcc -shared -Os -fmerge-constants -mno-align-stringops -s -o weather.dll -D_WIN32_IE=0x0501 -I..\..\include weather.c weather_addstn.c weather_contacts.c weather_conv.c weather_data.c weather_http.c weather_icons.c weather_info.c weather_ini.c weather_mwin.c weather_opt.c weather_popup.c weather_svcs.c weather_update.c weather_userinfo.c resource.o zlib.lib -lkernel32 -lgdi32 -lcomdlg32 -lcomctl32 -lwsock32 2>log
\ No newline at end of file |