check and vg targets
[MKUltra.git] / mku-defs.Win32
blobb2415cb20856cf659c53c04592ef2027290ba2be
1 # -*- Mode: makefile; -*- #
3 so_ext := dll
4 so_sfx := .$(so_ext)
5 so_pfx := 
7 o_ext := obj
8 o_sfx := .$(o_ext)
10 exe_ext := exe
11 exe_sfx := .$(exe_ext)
13 mingw := i686-w64-mingw32
15 mingw_root := /usr/$(mingw)/sys-root/mingw
17 pkg_config_path := $(mingw_root)/lib/pkgconfig
19 boost_mt := -mt
21 CXX = $(mingw)-g++
23 %$(o_sfx):%.cpp
24         $(COMPILE.cpp) $(OUTPUT_OPTION) $<
26 %$(o_sfx):%.c
27         $(COMPILE.c) $(OUTPUT_OPTION) $<