WindowsXP-SP1/admin/activec/locparser/stdafx.cpp
2020-09-30 16:53:49 +02:00

29 lines
813 B
C++

//------------------------------------------------------------------------------
//
// File: stdafx.cpp
// Copyright (C) 1995=1996 Microsoft Corporation
// All rights reserved.
//
// Purpose:
// Source file that includes just the standard includes.
// stdafx.obj will contain the pre-compiled type information.
//
// YOU SHOULD NOT NEED TO TOUCH ANYTHING IN THIS FILE.
//
// Owner:
//
//------------------------------------------------------------------------------
#include "stdafx.h"
// Add libs for the project.
#ifdef _DEBUG
#pragma comment(lib, "..\\..\\lib\\Debug\\esputil.lib")
#pragma comment(lib, "..\\..\\lib\\Debug\\pbase.lib")
#else
#pragma comment(lib, "..\\..\\lib\\Retail\\esputil.lib")
#pragma comment(lib, "..\\..\\lib\\Retail\\pbase.lib")
#endif // _DEBUG