--- mousegcc.cp~	Sun Jun 22 10:55:04 1997
+++ mousegcc.cpp	Thu Nov  9 15:22:38 2000
@@ -166,9 +166,9 @@
 	movl  $0xB8000,%%edi
 	addl  %%eax,%%edi
 
-	movw  %%es:(%%edi),%%eax
+	movw  %%es:(%%edi),%%ax
 	notb  %%ah
-	movw  %%eax,%%es:(%%edi)
+	movw  %%ax,%%es:(%%edi)
 
 	popw  %%es
 	jmp   9f
@@ -395,7 +395,7 @@
 	popl  %%ecx
 	popl  %%edi
 
-	addl  %%edi,%%esi   // 2*(pointer_height-1)
+	addl  %%edi,%%esi   # 2*(pointer_height-1)
 	addl  $2,%%esi
 
 #Loop2_2:
--- ttextzn.cp~	Sun May 24 16:43:24 1998
+++ ttextzn.cpp	Thu Nov  9 15:30:44 2000
@@ -855,7 +855,7 @@
 
 	    }
 	  else
-	    m_insert_line(y,(end_of_line==NULL)?"":text,NULL);
+	    m_insert_line(y,(end_of_line==NULL)?(char*)"":text,NULL);
 
 	  // On passe  la ligne suivante */
 
--- twindow.cp~	Tue Jun 23 08:25:38 1998
+++ twindow.cpp	Tue Nov 14 14:51:20 2000
@@ -351,7 +351,7 @@
 
 char *TWindow::m_get_info_message()
 {
-  return((f_info_message==NULL)?"":f_info_message);
+  return((f_info_message==NULL)?(char*)"":f_info_message);
 }
 
 
--- makegcc.ba~	Sat Nov 28 11:57:50 1998
+++ makegcc.bat	Thu Nov  9 15:26:26 2000
@@ -2,7 +2,9 @@
 echo COPY SETTING\SETDEB.H to compile the Debug version of JPTUI
 echo COPY SETTING\SETNODEB.H to compile the Release version of JPTUI
 make
+if errorlevel 1 goto end
 cd data
 call makedat.bat
 cd ..
 tools\jp_proto.exe
+:end
