From 2b743e3b3a00d0da23d6334b97c645bf64c9f749 Mon Sep 17 00:00:00 2001 From: doug Date: Sat, 16 Feb 2013 17:34:26 +0000 Subject: [PATCH] remove troublesom name conflict METADATA.C was experimental and compilation overwrites previous version of metadat.asm (the RMAC version) --- branches/dwg/Apps/crossdev/{METADATA.C => CMETADAT.C} | 0 branches/dwg/Apps/crossdev/CVT2H.C | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename branches/dwg/Apps/crossdev/{METADATA.C => CMETADAT.C} (100%) diff --git a/branches/dwg/Apps/crossdev/METADATA.C b/branches/dwg/Apps/crossdev/CMETADAT.C similarity index 100% rename from branches/dwg/Apps/crossdev/METADATA.C rename to branches/dwg/Apps/crossdev/CMETADAT.C diff --git a/branches/dwg/Apps/crossdev/CVT2H.C b/branches/dwg/Apps/crossdev/CVT2H.C index 4db57680..0ecdc136 100644 --- a/branches/dwg/Apps/crossdev/CVT2H.C +++ b/branches/dwg/Apps/crossdev/CVT2H.C @@ -1,5 +1,9 @@ /* cvt2h.h 7/11/2012 dwg - Copyright (C) 2012 Douglas Goodall */ +/* This is an include file for a function which takes a pointer, + a length, and a filename, and converts a buffer into a C + header file that can be later incuded in some other compilation. */ + #include "stdio.h" #include "visible.h" @@ -39,4 +43,3 @@ cvt2h(buffer,length,name) fprintf(fd,"};\n/* eof - %s */\n",name); fclose(fd); } - \ No newline at end of file