# This make file is for Microsoft Visual C++ version 11 or later for Windows NT COMPILE: Tour.dll .SUFFIXES: Tour.dll: Tour.cpp {$(INCLUDE)}PowerAPI.hpp {$(LIB)}PowerAPI.lib cl /G6 /MD /W3 /O2 /GX /LD tour.cpp powerapi.lib del tour.obj del tour.exp del tour.lib