]> 4ch.mooo.com Git - 16.git/blob - 16/adplug/libbinio/src/Makefile.bt
wwww~
[16.git] / 16 / adplug / libbinio / src / Makefile.bt
1 # libbinio Makefile for WATCOM C/C++
2 # Copyright (c) 2003, 2005 Simon Peter <dn.tlp@gmx.net>
3
4 # This flag is set to work around a bug in the Watcom 11.0c compiler in
5 # conjunction with the STLport library. Without it, the compiler will crash
6 # during compilation of some files and create very fragile code for others.
7 CXXFLAGS = -oi+
8
9 OUTPUT = binio.lib
10
11 OBJS = binio.obj binfile.obj binwrap.obj binstr.obj
12
13 include_INST = binio.h binfile.h binwrap.h binstr.h
14
15 lib_INST = binio.lib
16
17 includesubdir = libbinio