using sizeof(int) instead of 4
[bcl.git] / Makefile.win
blobd03be474cc9268d3f31a0ffd4f8ba05756a70ed5
1 all:\r
2         gcc -DBUILDBCL -c environment.c keyboard.c audio.c  timing.c\r
3         g++ -DBUILDBCL -o bcl.dll speech_sapi.cpp *.o -lole32 -loleaut32 -luuid -lopenal32 -lalure32 -lSDL  -shared bcl.def -Wl,--out-implib,libbcl.a\r
4 \r
5 install:\r
6         cp bcl.dll c:/windows/system32\r
7         mkdir -p c:/mingw/include/bcl\r
8         cp *.h c:/mingw/include/bcl\r
9         cp libbcl.a c:/mingw/lib\r
11 clean:\r
12         rm *.o\r
13         rm bcl.dll libbcl.a\r