all: string_helper.exe

!include ..\MakeVars.win32
INSTALL_DIR     = mapping
INSTALL_SRCS    = Makefile.win32 string_helper.cc
INSTALL_SCRIPTS = 

string_helper.exe: string_helper.obj
	$(LD)  $(LDFLAGS) string_helper.obj $(LDLIBS) /out:$@

