Re: [cc65] VDC GUI (TUI) library for CC65

From: Oliver Schmidt <ol.sc1web.de>
Date: 2010-05-31 10:33:59
Hi Scott,

> http://sourceforge.net/projects/c128guilib/
>
> Also, this is a Visual Studio 2008 project, and maybe can be an example of
> how to use Visual Studio to build CC65 projects.

Hm, in order to serve as an example for using VS 2008 with cc65 I'd
recommend at least the following changes:

- Remove the .suo file
- Remove the .ncb file
- Remove the .vcproj.<name>.user file
- Remove the Debug subdirectory if there's no Debug vs. Release build
- Remove absolute paths (e:\Development\...) from .vsproj and .bat files
- Replace .bat files with a Makefile
- Remove 'WIN32;_DEBUG;NDEBUG' preprocessor macros
- Add 'fastcall' preprocessor macro (as discussed here recently)
- Rename configuration to somewhat more usefull than 'Debug|Win32'
- Use VS variables instead of hardcoded 'Test.exe' output file
- Use more reasonable output file name
- Actually use output file name as parameter to Makefile
- ...

Regards,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon May 31 10:34:08 2010

This archive was generated by hypermail 2.1.8 : 2010-05-31 10:34:10 CEST