applied patch for ports/win32 Visual C++ build from Peter Gsellmann:

Use relative search-path instead of absolute ones
 Let you compile also the release configuration
 Insert file dcc.c into project
 define TSM_ENABLED in project settings
 reduce warnings
 Insert missing variable I_Am_Request
This commit is contained in:
skarg
2006-03-01 17:49:05 +00:00
parent 38805aabc9
commit 69289f8f88
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
####COPYRIGHTEND####*/
#define WIN32_LEAN_AND_MEAN
#define STRICT
#define STRICT 1
#include <stdio.h>
#include <stdlib.h>