Browse Source

+ second pass with ppwin32

pierre 26 years ago
parent
commit
7c56f630c2
1 changed files with 23 additions and 1 deletions
  1. 23 1
      tests/win95test.bat

+ 23 - 1
tests/win95test.bat

@@ -1,4 +1,5 @@
 set LONGLOG=1
+ppc386 -l >longlog
 make alltbf
 make tbs0to99
 make tbs100to199
@@ -12,7 +13,28 @@ make allts alltf allto
 make allwebtbf allwebtbs
 make allwebtbsexec
 make alltsexec
+cp log go32v2.log
+cp longlong go32v2.longlog
+set LONGLOG=1
+set FPC=/cvs/bin/ppwin32
+make clean
+%FPC% -l > longlog
+make alltbf
+make tbs0to99
+make tbs100to199
+make tbs200to299
+make tbs300to399
+make tbsexec0to99
+make tbsexec100to199
+make tbsexec200to299
+make tbsexec300to399
+make allts alltf allto 
+make allwebtbf allwebtbs
+make allwebtbsexec
+make alltsexec
+cp log win32.log
+cp longlong win32.longlog
 
 
 
-  
+