]> git.sesse.net Git - vlc/commitdiff
* configure.ac: proper LDFLAGS on win32 for the wince gui.
authorGildas Bazin <gbazin@videolan.org>
Tue, 15 Mar 2005 13:44:31 +0000 (13:44 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 15 Mar 2005 13:44:31 +0000 (13:44 +0000)
configure.ac

index af993e9700a328d3a155ab822aea36a743fe4a7a..b60d0cec6b9c91382546bd28c376c314b1abb4db 100644 (file)
@@ -3645,6 +3645,11 @@ if test "${SYS}" = "mingwce"; then
   VLC_ADD_LDFLAGS([wince],[-lcommctrl -lcommdlg -laygshell])
   dnl Gross hack
   VLC_ADD_LDFLAGS([wince],[modules/gui/wince/wince_rc.o])
+elif test "${SYS}" = "mingw32"; then
+  VLC_ADD_CXXFLAGS([wince],[])
+  VLC_ADD_LDFLAGS([wince],[-lcomctl32 -lcomdlg32 -lgdi32])
+  dnl Gross hack
+  VLC_ADD_LDFLAGS([wince],[modules/gui/wince/wince_rc.o])
 fi
 
 dnl