# Copyright (C) 1999 artofcode LLC. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA, 02111-1307. # $Id: winplat.mak,v 1.2.6.1.2.1 2003/01/17 00:49:05 giles Exp $ # Common makefile section for builds on 32-bit MS Windows, including the # Watcom MS-DOS build. # Define the name of this makefile. WINPLAT_MAK=$(GLSRC)winplat.mak # Define generic Windows-specific modules. winplat_=$(GLOBJ)gp_ntfs.$(OBJ) $(GLOBJ)gp_win32.$(OBJ) $(GLD)winplat.dev : $(WINPLAT_MAK) $(ECHOGS_XE) $(winplat_) $(SETMOD) $(GLD)winplat $(winplat_) $(GLOBJ)gp_ntfs.$(OBJ): $(GLSRC)gp_ntfs.c $(AK)\ $(dos__h) $(memory__h) $(stdio__h) $(string__h) $(windows__h)\ $(gp_h) $(gsmemory_h) $(gsstruct_h) $(gstypes_h) $(gsutil_h) $(GLCCWIN) $(GLO_)gp_ntfs.$(OBJ) $(C_) $(GLSRC)gp_ntfs.c $(GLOBJ)gp_win32.$(OBJ): $(GLSRC)gp_win32.c $(AK)\ $(dos__h) $(malloc__h) $(stdio__h) $(string__h) $(windows__h)\ $(gp_h) $(gsmemory_h) $(gstypes_h) $(GLCCWIN) $(GLO_)gp_win32.$(OBJ) $(C_) $(GLSRC)gp_win32.c # Define the Windows thread / synchronization module. winsync_=$(GLOBJ)gp_wsync.$(OBJ) $(GLD)winsync.dev : $(WINPLAT_MAK) $(ECHOGS_XE) $(winsync_) $(SETMOD) $(GLD)winsync $(winsync_) $(ADDMOD) $(GLD)winsync -replace $(GLD)nosync $(GLOBJ)gp_wsync.$(OBJ): $(GLSRC)gp_wsync.c $(AK)\ $(dos__h) $(malloc__h) $(stdio__h) $(string__h) $(windows__h)\ $(gp_h) $(gsmemory_h) $(gstypes_h) $(GLCCWIN) $(GLO_)gp_wsync.$(OBJ) $(C_) $(GLSRC)gp_wsync.c