$(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT)
$(CP) Output/$(TMPSETUPEXE) imachILC64-noreg-setup
-imachILC32-setup: IMaCh-ilc32.exe setup.iss
+imachILC32-setup: IMaCh-ilc32-XP.exe setup.iss
touch setup.iss.in
$(CP) IMaCh-ilc32.exe imach.exe
$(SETUPCOMP) /cc setup.iss
/* $Id$
$State$
$Log$
+ Revision 1.177 2015/01/03 18:40:56 brouard
+ Summary: Still testing ilc32 on OSX
+
Revision 1.176 2015/01/03 16:45:04 brouard
*** empty log message ***
/* #include "syscompilerinfo.h"*/
#if defined __INTEL_COMPILER
- struct utsname sysInfo;
+#if defined(__GNUC__)
+ struct utsname sysInfo; /* For Intel on Linux and OS/X */
+#endif
#elif defined(__GNUC__)
#include <gnu/libc-version.h> /* Only on gnu */
struct utsname sysInfo;
-#endif
-
-#include <stdint.h>
int cross = CROSS;
if (cross){
- printf("Cross-");
- fprintf(ficlog,"Cross-");
+ printf("Cross-");
+ fprintf(ficlog, "Cross-");
}
+#endif
+
+#include <stdint.h>
+
printf("Compiled with:");fprintf(ficlog,"Compiled with:");
#if defined(__clang__)
printf(" Clang/LLVM");fprintf(ficlog," Clang/LLVM"); /* Clang/LLVM. ---------------------------------------------- */
}
else{
printf("The process is not running under WOW64 (i.e probably on a 64bit Windows).\n");
- frintf(ficlog,"The programm is not running under WOW64 (i.e probably on a 64bit Windows).\n");
+ fprintf(ficlog,"The programm is not running under WOW64 (i.e probably on a 64bit Windows).\n");
}
// printf("\nPress Enter to continue...");
// getchar();