[Cpri-develop] cpri/misc makefile.mgw,1.2,1.3
Brought to you by:
chrisan,
rasmusmyklebust
|
From: <ch...@us...> - 2003-04-25 19:40:51
|
Update of /cvsroot/cpri/cpri/misc In directory sc8-pr-cvs1:/tmp/cvs-serv12168 Modified Files: makefile.mgw Log Message: Added missing link flag that made the build of the lib fail on the mingw32/dynamic link platform Index: makefile.mgw =================================================================== RCS file: /cvsroot/cpri/cpri/misc/makefile.mgw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile.mgw 22 Mar 2003 18:26:23 -0000 1.2 --- makefile.mgw 25 Apr 2003 19:40:46 -0000 1.3 *************** *** 236,239 **** --- 236,241 ---- LIB_FLAGS += -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lole32 -ldinput \ -lddraw -ldxguid -lwinmm -ldsound + else + LIB_FLAGS += -lcomdlg32 endif |