rlar
|
df601c5662
|
visualc/*.vcxproj, canonical directory structure for all project/configuration/platform tuples
|
2015-11-15 15:09:29 +01:00 |
rlar
|
5dbd9abd1c
|
visualc/*.vcxproj, remove redundant $(ProjectDir)
|
2015-11-15 15:09:29 +01:00 |
rlar
|
8595790328
|
visualc/*.vcxproj, modernize usage of <PropertyGroup>
|
2015-11-15 15:09:29 +01:00 |
rlar
|
88dfddb76b
|
visualc/*.vcxproj, use <TargetName> based default instead of explicit <OutputFile>
|
2015-11-15 15:09:29 +01:00 |
rlar
|
e480b2b4fc
|
visualc/vngspice_fftw.vcxproj, add <TargetName>
|
2015-11-15 15:09:29 +01:00 |
rlar
|
ac4395d6fc
|
visualc/*.vcxproj, conf.obj is actually $(IntDir)conf.obj
|
2015-11-15 15:09:29 +01:00 |
rlar
|
5b254d8148
|
visualc/*.vcxproj, migrate to visual studio 2015
|
2015-11-15 15:09:29 +01:00 |
rlar
|
d482d821d3
|
visualc/*.vc*proj, polish <OpenMPSupport>
|
2015-11-15 15:09:29 +01:00 |
rlar
|
f08817b827
|
visualc/*.vc*proj, sort the entries into a convenient order
|
2015-11-15 15:09:29 +01:00 |
rlar
|
6e5b177c85
|
visualc/*.vc*proj, unify, remove stray <PreprocessorDefinitions>...RELBUILD64
|
2015-11-15 15:09:29 +01:00 |
rlar
|
a4388afa07
|
visualc/*.vc*proj, <PreprocessorDefinitions>, enable XSPICE
|
2015-11-15 15:09:28 +01:00 |
rlar
|
7477394ed8
|
visualc/vngspice_fftw.vcxproj, swallow <CustomBuildStep> into <PreBuildEvent>
|
2015-11-15 15:09:28 +01:00 |
rlar
|
4cfbb5995f
|
visualc/*.vc*proj, avoid warning, "if exists ... del ..."
(query-replace-regexp "CommandLine=\"del \\(.*\\).obj" "CommandLine=\"if exist \\1.obj del \\1.obj")
(query-replace-regexp "<Command>del \\(.*\\).obj" "<Command>if exist \\1.obj del \\1.obj")
|
2015-11-15 15:09:28 +01:00 |
rlar
|
949f69d6de
|
visualc/*.vc*proj, drop ExcludeFromBuild="false" and <PreBuildEventUseInBuild..true
thats the default anyway
|
2015-11-15 15:09:28 +01:00 |
rlar
|
6c4a87d530
|
visual*/*.vc*proj, unify <PreprocessorDefinitions>, drop stray XSPICE
|
2015-11-15 15:09:28 +01:00 |
rlar
|
3433cdf983
|
vngspice_fftw.vcxproj, add <MultiProcessorCompilation>"
|
2015-11-15 15:09:28 +01:00 |
dwarning
|
f178f4b2f6
|
vngspice_fftw_vc10.vcxproj, rename --> vngspice_fftw.vcxproj
|
2015-11-15 15:09:28 +01:00 |