
1: #!/bin/sh 2: 3: # It seems quite complicated to run extra commands in middle of 4: # building in VC++, so we pre-generate intermediate .c/.h files. 5: # 6: # In Cygwin, run this script in the $(top_srcdir), as "sh winnt/winvc-prep.sh" 7: 8: ./configure --build=i686-pc-winnt 9: GAUCHE_PRE_GENERATE_FOR_WINVC=1 make GOSH=gosh GAUCHE_CONFIG=gauche-config pre-package-ext 10: (cd src; make GOSH=gosh gauche-config.c) 11: