Ignore:
Timestamp:
03/22/07 22:51:37 (5 years ago)
Author:
matthiasm
Message:

Added a Microsoft VisualC V6 project file to compile a standalone command line version of NEWT/0. Cygwin must still be installed on the build system for lex (flex) and yacc (bison). No mayor changes were made to existing files, so I assume that no fixes are required for other platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/src/newt_core/NewtBC.c

    r68 r71  
    7373 
    7474 
     75#ifndef _MSC_VER 
    7576#pragma mark - 
    7677#pragma mark ローカル変数 
     78#endif 
     79 
    7780/* ローカル変数 */ 
    7881 
     
    26562659 
    26572660 
     2661#ifndef _MSC_VER 
    26582662#pragma mark - 
     2663#endif 
     2664 
    26592665/*------------------------------------------------------------------------*/ 
    26602666/** エラーメッセージの表示 
Note: See TracChangeset for help on using the changeset viewer.