Browse Source

update to re-enable icon

pre-master-46
Holger Vogt 6 years ago
parent
commit
39b0864d42
  1. 6
      visualc/resource.h
  2. 5
      visualc/vngspice.rc
  3. 3
      visualc/vngspice.vcxproj

6
visualc/resource.h

@ -1,6 +1,6 @@
//{{NO_DEPENDENCIES}}
// Von Microsoft Visual C++ generierte Includedatei.
// Verwendet durch vngspice.rc
// Microsoft Visual C++ generated include file.
// Used by vngspice.rc
//
#define IDI_ICON1 101
@ -8,7 +8,7 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101

5
visualc/vngspice.rc

@ -13,10 +13,11 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Deutsch (Deutschland) resources
// German (Germany) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@ -53,7 +54,7 @@ END
// remains consistent on all systems.
IDI_ICON1 ICON "ngspice.ico"
#endif // Deutsch (Deutschland) resources
#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////

3
visualc/vngspice.vcxproj

@ -2682,6 +2682,9 @@
<ItemGroup>
<ResourceCompile Include="vngspice.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="ngspice.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Loading…
Cancel
Save