From 1282853ede7c3ee0174c4a86ec44588a6f573481 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 23 Apr 2012 22:38:42 +0000 Subject: [PATCH] [BUG_FiXED] (Author: Dave Brotherstone)Add a forgotten file. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@899 f5eea248-9336-0410-98b8-ebc06183d4e3 --- scintilla/boostregex/getboostver.mak | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 scintilla/boostregex/getboostver.mak diff --git a/scintilla/boostregex/getboostver.mak b/scintilla/boostregex/getboostver.mak new file mode 100644 index 00000000..9438aa67 --- /dev/null +++ b/scintilla/boostregex/getboostver.mak @@ -0,0 +1,30 @@ + +# Make file for building getboostver + +DIR_O=.\obj +DIR_BIN=.\bin + +CC=cl +RC=rc + +CXXNDEBUG=-O1 -MT -DNDEBUG -GL -nologo +LDFLAGS=-OPT:REF -LTCG -nologo +LIBS=KERNEL32.lib USER32.lib +CXXFLAGS=$(CXXNDEBUG) + +!INCLUDE boostpath.mak + +LDFLAGS=$(LDFLAGS) +CXXFLAGS=$(CXXFLAGS) -I$(BOOSTPATH) + +# GDI32.lib IMM32.lib OLE32.LIB + + +ALL: clean $(DIR_BIN)\getboostver.exe + +$(DIR_BIN)\getboostver.exe:: + $(CC) $(CXXFLAGS) getboostver.cpp /link $(LDFLAGS) $(LIBS) /OUT:$(DIR_BIN)\getboostver.exe + +clean: + -del /q $(DIR_BIN)\getboostver.exe + \ No newline at end of file