Browse Source

bugfix: add CONFIG64 to console64/debug

pre-master-46
h_vogt 12 years ago
committed by rlar
parent
commit
89632488a6
  1. 2
      visualc/vngspice.vcproj

2
visualc/vngspice.vcproj

@ -510,7 +510,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include""
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;CONSOLE"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;CONSOLE;CONFIG64"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="0"

Loading…
Cancel
Save