Update of /cvsroot/squeak/squeak/platforms/win32
In directory sc8-pr-cvs1:/tmp/cvs-serv32334
Modified Files:
Makefile.mingw32
Log Message:
added direct input lib
Index: Makefile.mingw32
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/Makefile.mingw32,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.mingw32 8 Mar 2003 21:26:57 -0000 1.3
--- Makefile.mingw32 8 Apr 2003 20:57:53 -0000 1.4
***************
*** 112,116 ****
LD= gcc
LDFLAGS= -mwindows
! STDLIBS= -lddraw -lopengl32 -lwsock32 -lcomdlg32 -lole32 -lwinmm -luser32 -lgdi32 -lkernel32
CRTLIB = -lcrtdll
LIBS= $(STDLIBS) $(CRTLIB)
--- 112,116 ----
LD= gcc
LDFLAGS= -mwindows
! STDLIBS= -lddraw -ldinput -lopengl32 -lwsock32 -lcomdlg32 -lole32 -lwinmm -luser32 -lgdi32 -lkernel32
CRTLIB = -lcrtdll
LIBS= $(STDLIBS) $(CRTLIB)
|