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 |