Click here to Skip to main content
15,886,707 members
Articles / Desktop Programming / MFC

Build Manager AddIn [VC 6.0]

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
27 Jul 20032 min read 60.3K   1.1K   27  
Enhancement of the AutoBld sample AddIn
// BuildMgr2.h : Haupt-Header-Datei f�r die DLL BUILDMGR2
//

#if !defined(AFX_BUILDMGR2_H__B78F546D_DE7B_4CD0_A39A_33C7E3BFE802__INCLUDED_)
#define AFX_BUILDMGR2_H__B78F546D_DE7B_4CD0_A39A_33C7E3BFE802__INCLUDED_

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// Hauptsymbole

#include <ObjModel\addguid.h>
#include <ObjModel\appguid.h>
#include <ObjModel\bldguid.h>
#include <ObjModel\textguid.h>
#include <ObjModel\dbgguid.h>


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ f�gt unmittelbar vor der vorhergehenden Zeile zus�tzliche Deklarationen ein.

#endif // !defined(AFX_BUILDMGR2_H__B78F546D_DE7B_4CD0_A39A_33C7E3BFE802__INCLUDED)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions