diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2010-05-19 17:12:45 +0200 |
---|---|---|
committer | Pierre MARECHAL <pierre.marechal@scilab.org> | 2010-05-20 08:51:03 +0200 |
commit | 1412f9c083f21d8d41d7ef7c9a27d7adceb46822 (patch) | |
tree | ea379bef6b1610a9d85668bfcec77e8eef6e75d6 /scilab/modules/data_structures | |
parent | ce548cf46e41e387a2af834c8d0eae5554a42a73 (diff) | |
download | scilab-1412f9c083f21d8d41d7ef7c9a27d7adceb46822.zip scilab-1412f9c083f21d8d41d7ef7c9a27d7adceb46822.tar.gz |
we force definition of common used by f2c (remove error with vs 2010 express)
Change-Id: I58a11561badcb4e2a7f5b828bd391253183dbc08
Diffstat (limited to 'scilab/modules/data_structures')
-rw-r--r-- | scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj | 66 |
1 files changed, 1 insertions, 65 deletions
diff --git a/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj b/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj index 519d878..963535a 100644 --- a/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj +++ b/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj | |||
@@ -2,7 +2,7 @@ | |||
2 | <VisualStudioProject | 2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | 3 | ProjectType="Visual C++" |
4 | Version="9,00" | 4 | Version="9,00" |
5 | Name="data_structures_f2c" | 5 | Name="data_structures_f" |
6 | ProjectGUID="{8091E9B6-4C08-4218-A63D-742867CCFE9F}" | 6 | ProjectGUID="{8091E9B6-4C08-4218-A63D-742867CCFE9F}" |
7 | RootNamespace="data_structures_f2c" | 7 | RootNamespace="data_structures_f2c" |
8 | TargetFrameworkVersion="0" | 8 | TargetFrameworkVersion="0" |
@@ -469,38 +469,6 @@ | |||
469 | <File | 469 | <File |
470 | RelativePath="..\..\sci_gateway\fortran\sci_definedfields.f" | 470 | RelativePath="..\..\sci_gateway\fortran\sci_definedfields.f" |
471 | > | 471 | > |
472 | <FileConfiguration | ||
473 | Name="Debug|Win32" | ||
474 | > | ||
475 | <Tool | ||
476 | Name="f2c rule" | ||
477 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
478 | /> | ||
479 | </FileConfiguration> | ||
480 | <FileConfiguration | ||
481 | Name="Debug|x64" | ||
482 | > | ||
483 | <Tool | ||
484 | Name="f2c rule" | ||
485 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
486 | /> | ||
487 | </FileConfiguration> | ||
488 | <FileConfiguration | ||
489 | Name="Release|Win32" | ||
490 | > | ||
491 | <Tool | ||
492 | Name="f2c rule" | ||
493 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
494 | /> | ||
495 | </FileConfiguration> | ||
496 | <FileConfiguration | ||
497 | Name="Release|x64" | ||
498 | > | ||
499 | <Tool | ||
500 | Name="f2c rule" | ||
501 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
502 | /> | ||
503 | </FileConfiguration> | ||
504 | </File> | 472 | </File> |
505 | <File | 473 | <File |
506 | RelativePath="..\..\sci_gateway\fortran\sci_getfield.f" | 474 | RelativePath="..\..\sci_gateway\fortran\sci_getfield.f" |
@@ -525,38 +493,6 @@ | |||
525 | <File | 493 | <File |
526 | RelativePath=".\udptr.f" | 494 | RelativePath=".\udptr.f" |
527 | > | 495 | > |
528 | <FileConfiguration | ||
529 | Name="Debug|Win32" | ||
530 | > | ||
531 | <Tool | ||
532 | Name="f2c rule" | ||
533 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
534 | /> | ||
535 | </FileConfiguration> | ||
536 | <FileConfiguration | ||
537 | Name="Debug|x64" | ||
538 | > | ||
539 | <Tool | ||
540 | Name="f2c rule" | ||
541 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
542 | /> | ||
543 | </FileConfiguration> | ||
544 | <FileConfiguration | ||
545 | Name="Release|Win32" | ||
546 | > | ||
547 | <Tool | ||
548 | Name="f2c rule" | ||
549 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
550 | /> | ||
551 | </FileConfiguration> | ||
552 | <FileConfiguration | ||
553 | Name="Release|x64" | ||
554 | > | ||
555 | <Tool | ||
556 | Name="f2c rule" | ||
557 | CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes "$(InputFileName)" 2>NUL

" | ||
558 | /> | ||
559 | </FileConfiguration> | ||
560 | </File> | 496 | </File> |
561 | </Filter> | 497 | </Filter> |
562 | <File | 498 | <File |