From e2722e2ccb5459c59d4b801db9de2b92c673621a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 25 Feb 2013 20:54:17 +0000 Subject: - VC6 compatibility git-svn-id: http://svn.miranda-ng.org/main/trunk@3771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/pu_stub/make_vc6.bat | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugins/PluginUpdater/pu_stub/make_vc6.bat (limited to 'plugins/PluginUpdater/pu_stub/make_vc6.bat') diff --git a/plugins/PluginUpdater/pu_stub/make_vc6.bat b/plugins/PluginUpdater/pu_stub/make_vc6.bat new file mode 100644 index 0000000000..3e3fd613ee --- /dev/null +++ b/plugins/PluginUpdater/pu_stub/make_vc6.bat @@ -0,0 +1,23 @@ +:: set path to your Visual studio folder here! +:: Root of Visual Developer Studio. +set VSDir=%programfiles%\Microsoft Visual Studio +:: ---------------------------------------------- + + +:: Root of Visual Developer Studio Common files. +set VSCommonDir=%VSDir%\Common + +:: Root of Visual Developer Studio installed files. +set MSDevDir=%VSDir%\Common\msdev98 + +:: Root of Visual C++ installed files. +set MSVCDir=%VSDir%\VC98 + +:: Setting environment for using Microsoft Visual C++ tools. +set INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLUDE% +set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB% +set PATH=%MSDevDir%\BIN;%MSVCDir%\BIN;%VSCommonDir%\TOOLS\WINNT;%VSCommonDir%\TOOLS;%PATH% + +cl /O1 /MD -D_UNICODE -DUNICODE pu_stub.cpp + +del /f /q *.obj \ No newline at end of file -- cgit v1.2.3