uvmac/setup/makefiles/gcc.h
InvisibleUp a8e9bc990e Started a rewrite of the makefile generator.
Probably not worth it, let's be honest...
2019-07-27 14:58:45 -04:00

9 lines
161 B
C

#ifndef _GCC_H
#include _GCC_H
#include "../COREDEFS.h"
LOCALPROC WriteBashGccSpecificFiles(void);
#define WriteSpecificFiles WriteBashGccSpecificFiles
#endif