mirror of https://github.com/tongzx/nt5src
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.
29 lines
766 B
29 lines
766 B
//----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
// All rights reserved.
|
|
//
|
|
// File Name:
|
|
// setupmgr.rc
|
|
//
|
|
// Description:
|
|
// Complete .rc file for the entire wizard
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
|
|
//
|
|
// Main resources, from VC++
|
|
//
|
|
#include "..\\common\\common.rc" // 30000 - ...
|
|
#include "..\\main\\main.rc" // 2000 - 5999
|
|
#include "..\\base\\base.rc" // 6000 - 9999
|
|
#include "..\\net\\net.rc" // 10000 - 13999
|
|
#include "..\\oc\\oc.rc" // 14000 - 17999
|
|
#include "..\\oem\\oem.rc" // 18000 - 22000
|
|
|
|
//
|
|
// Version resources
|
|
//
|
|
#include "appver.h"
|
|
|