Changeset 74 for NEWT0/trunk/platform


Ignore:
Timestamp:
03/23/07 01:18:13 (5 years ago)
Author:
matthiasm
Message:

Added VC6 project file to compile a static library to later link with DyneTK. Linking works. Compiling works, Generating NSOF works and the run on the Newt. For WIN32 I created a very minimal "iconv" replacement which should just be sufficient for some initial tests. Must get back to this though!

Location:
NEWT0/trunk/platform/VisualC6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/platform/VisualC6/newt_app.dsp

    r73 r74  
    110110# Begin Source File 
    111111 
     112SOURCE=..\..\src\newt_core\incs\VC6\iconv.h 
     113# End Source File 
     114# Begin Source File 
     115 
    112116SOURCE=..\..\src\newt_core\incs\VC6\stdbool.h 
    113117# End Source File 
  • NEWT0/trunk/platform/VisualC6/newt_lib.dsp

    r73 r74  
    4242# PROP Target_Dir "" 
    4343# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 
    44 # ADD CPP /nologo /W3 /GX /O2 /I "../../src" /I "../../src/newt_core/incs" /I "../../src/newt_core/incs/VC6" /I "../../src/parser" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /c 
     44# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../src" /I "../../src/newt_core/incs" /I "../../src/newt_core/incs/VC6" /I "../../src/parser" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /c 
    4545# ADD BASE RSC /l 0x409 /d "NDEBUG" 
    4646# ADD RSC /l 0x409 /d "NDEBUG" 
     
    6565# PROP Target_Dir "" 
    6666# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c 
    67 # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../src" /I "../../src/newt_core/incs" /I "../../src/newt_core/incs/VC6" /I "../../src/parser" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /GZ /c 
     67# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../src" /I "../../src/newt_core/incs" /I "../../src/newt_core/incs/VC6" /I "../../src/parser" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /GZ /c 
    6868# ADD BASE RSC /l 0x409 /d "_DEBUG" 
    6969# ADD RSC /l 0x409 /d "_DEBUG" 
     
    107107# Begin Source File 
    108108 
     109SOURCE=..\..\src\newt_core\incs\VC6\iconv.h 
     110# End Source File 
     111# Begin Source File 
     112 
    109113SOURCE=..\..\src\newt_core\incs\VC6\stdbool.h 
    110114# End Source File 
     
    330334 
    331335SOURCE=..\..\src\main.c 
     336# PROP Exclude_From_Build 1 
    332337# End Source File 
    333338# Begin Source File 
Note: See TracChangeset for help on using the changeset viewer.