home *** CD-ROM | disk | FTP | other *** search
- // AutoPC RC script defines
- #include <asstyles.h>
-
- // Resource ID defines
- #include "resource.h"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- // Shell Icon must be resource ID 1 (ICON_APP_SHELL defined as 1 in asstyles.h)
- // It must also have 32x32 16 color and 32x32 Monochrome device
- // images.
- //
- ICON_APP_SHELL ICON DISCARDABLE "intro.ico"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- // The only string table entry is the App Shell name. It also has to
- // be resource ID 1 (STR_APP_SHELL_NAME defined as 1 in asstyles.h) for
- // AutoPC installation system.
- STRINGTABLE DISCARDABLE
- BEGIN
- STR_APP_SHELL_NAME "Hello World"
- END
-
-