make it easy to spot pesky debug builds

This commit is contained in:
freedom
2023-09-07 04:09:36 -06:00
parent 1b8ec3b152
commit cbe1fb7551
10 changed files with 18 additions and 3 deletions

View File

@@ -21,7 +21,11 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* Icon Library */
// Primary
#ifndef _DEBUG
IDI_PROGMGR ICON icons\progmgr.ico
#else
IDI_PROGMGR ICON icons\progmgrd.ico
#endif
IDI_PROGGRP ICON icons\pmgroup.ico
IDI_PROGITM ICON icons\pmitem.ico
IDI_COMMON ICON icons\common.ico