VC-32.pl: fix /Fd name generation.
PR: 2284
This commit is contained in:
		@@ -138,8 +138,8 @@ else
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# generate symbols.pdb unconditionally
 | 
					# generate symbols.pdb unconditionally
 | 
				
			||||||
$app_cflag.=" /Zi /Fd$tmp_def/app";
 | 
					$app_cflag.=" /Zi /Fd\$(TMP_D)/app";
 | 
				
			||||||
$lib_cflag.=" /Zi /Fd$tmp_def/lib";
 | 
					$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib";
 | 
				
			||||||
$lflags.=" /debug";
 | 
					$lflags.=" /debug";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$obj='.obj';
 | 
					$obj='.obj';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user