Browse Source

Remove StdAfx.h

StdAfx.h is only needed for Microsoft Visual Studio C++ projects
that specify the "use pre-compiled headers" setting.
master
Reece H. Dunn 9 years ago
parent
commit
5b3cf74f21

+ 0
- 3
src/StdAfx.h View File

@@ -1,3 +0,0 @@
// This is a dummy file.
// A file of this name is needed on Windows

+ 0
- 2
src/compiledict.cpp View File

@@ -18,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>

+ 0
- 2
src/dictionary.cpp View File

@@ -18,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>

+ 1
- 2
src/intonation.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2007 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <string.h>
#include <stdlib.h>

+ 1
- 3
src/klatt.cpp View File

@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2008 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2013 Reece H. Dunn *
* Copyright (C) 2013-2015 Reece H. Dunn *
* *
* Based on a re-implementation by: *
* (c) 1993,94 Jon Iles and Nick Ing-Simmons *
@@ -24,8 +24,6 @@

// See URL: ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/klatt.3.04.tar.gz

#include "StdAfx.h"

#include <stdio.h>
#include <stdlib.h>
#include <math.h>

+ 1
- 2
src/numbers.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2015 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>

+ 1
- 2
src/phonemelist.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2014 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

+ 0
- 2
src/readclause.cpp View File

@@ -18,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>

+ 1
- 2
src/setlengths.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2011 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdlib.h>
#include <stdio.h>
#include <wctype.h>

+ 0
- 2
src/sonic.cpp View File

@@ -18,8 +18,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */

#include "StdAfx.h"


#include <stdio.h>
#include <stdlib.h>

+ 1
- 2
src/speak.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2013 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include "speech.h"

#include <stdio.h>

+ 1
- 3
src/speak_lib.cpp View File

@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2013 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2013 Reece H. Dunn *
* Copyright (C) 2013-2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -18,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include "stdio.h"
#include "ctype.h"
#include "string.h"

+ 1
- 4
src/synth_mbrola.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2013 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,10 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/



#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <wctype.h>

+ 0
- 3
src/synthdata.cpp View File

@@ -18,9 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/


#include "StdAfx.h"

#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>

+ 1
- 2
src/synthesize.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2014 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <wctype.h>

+ 1
- 2
src/tr_languages.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2015 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <wctype.h>

+ 1
- 2
src/translate.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2014 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>

+ 0
- 2
src/voices.cpp View File

@@ -18,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

#include "stdio.h"
#include "ctype.h"
#include "wctype.h"

+ 1
- 2
src/wavegen.cpp View File

@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2013 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "StdAfx.h"

// this version keeps wavemult window as a constant fraction
// of the cycle length - but that spreads out the HF peaks too much


Loading…
Cancel
Save