[BACK]Return to makebin64.bat CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

File: [local] / OpenXM_contrib2 / windows / Attic / makebin64.bat (download)

Revision 1.12, Fri Aug 30 18:18:11 2013 UTC (10 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.11: +2 -10 lines

1. Localized versions of asirgui.exe are discontinued.
   After this, asirgui.exe uses language resource dll files.
   (e.g. "ja.dll")
2. If you have localized help files, asirgui.exe uses them.
3. In japanese .rc file, all hankaku kana characters are replaced by zenkaku characters.
4. version of asirgui.exe is updated to 1.1.

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.12 2013/08/30 18:18:11 ohara Exp $
@echo off

set ARCH=AMD64

if not exist gc-7.2 ( echo run ./extract_gc.sh in cyngwin & exit /b 1 )
pushd gc-7.2
nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib
popd

pushd pari20
nmake -f Makefile.vc6
popd

for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (
  pushd %%i
  nmake -f Makefile.vc
  popd
)