[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Beginner questions regarding GNUStep on MS Windows and NSLog
From: |
Truls Becken |
Subject: |
Re: Beginner questions regarding GNUStep on MS Windows and NSLog |
Date: |
Tue, 2 Mar 2010 21:01:16 +0100 |
Also note that if the example is a CLI program, you probably want to
use this GNUmakefile;
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = prog1
prog1_OBJC_FILES = prog1.m
include $(GNUSTEP_MAKEFILES)/tool.make
Best regards,
-Truls