You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
15 lines
409 B
//-----------------------------------------------------------------------------
|
|
//
|
|
//
|
|
// File: ntpch.cpp
|
|
//
|
|
// Description: NT PCH File - Includes the real .cpp file. This lets us
|
|
// generate a seperate obj file to satisfy the NT build env.
|
|
//
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include <precomp.h>
|
|
|
|
#include "precomp.cpp"
|
|
|