Fix projects and prefix files for new build system

This commit is contained in:
sfraser 1998-06-04 06:49:45 +00:00
Родитель b13aa04781
Коммит d5d3ef8bca
3 изменённых файлов: 2 добавлений и 22 удалений

Просмотреть файл

@ -18,23 +18,3 @@
#define NEEDPROTOS
#define NEEDGETOPT
#ifndef macintosh
#define macintosh
#endif
#define XP_MAC 1
#ifndef FALSE
#define FALSE false
#endif
#ifndef TRUE
#define TRUE true
#endif
//#define JAVA 1
#include "IDE_Options.h"
#include "Comm_Defines.h"

Просмотреть файл

@ -16,6 +16,5 @@
* Reserved.
*/
#define DEBUG 1
#include "MacPrefix_debug.h"
#include "edtplugLibConfig.h"

Просмотреть файл

@ -16,4 +16,5 @@
* Reserved.
*/
#include "MacPrefix.h"
#include "edtplugLibConfig.h"