@@ -7,21 +7,21 @@
CFG=ttd - Win32 Checked
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "ttd.mak".
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE NMAKE /f "ttd.mak" CFG="ttd - Win32 Checked"
!MESSAGE Possible choices for configuration are:
!MESSAGE "ttd - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "ttd - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "ttd - Win32 Checked" (based on "Win32 (x86) Console Application")
!MESSAGE "ttd - Win32 Release with PNG" (based on "Win32 (x86) Console Application")
# Begin Project
# PROP AllowPerConfigDependencies 0
@@ -139,7 +139,7 @@ LINK32=link.exe
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winmm.lib libpng.lib zlibstat.lib /nologo /subsystem:windows /map /machine:I386 /opt:nowin98
# SUBTRACT LINK32 /pdb:none
!ENDIF
# Begin Target
@@ -156,10 +156,30 @@ SOURCE=.\ai.c
# End Source File
# Begin Source File
SOURCE=.\ai_build.c
SOURCE=.\ai_new.c
SOURCE=.\ai_pathfinder.c
SOURCE=.\ai_shared.c
SOURCE=.\airport.c
SOURCE=.\aystar.c
SOURCE=.\command.c
@@ -212,7 +232,7 @@ SOURCE=.\minilzo.c
# SUBTRACT BASE CPP /YX /Yc /Yu
# SUBTRACT CPP /YX /Yc /Yu
@@ -241,6 +261,10 @@ SOURCE=.\players.c
SOURCE=.\queue.c
SOURCE=.\saveload.c
@@ -280,7 +304,7 @@ SOURCE=.\StdAfx.c
# ADD BASE CPP /Yc"stdafx.h"
# ADD CPP /Yc"stdafx.h"
@@ -321,7 +345,7 @@ SOURCE=.\unix.c
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
@@ -353,7 +377,7 @@ SOURCE=.\w32dm2.cpp
@@ -374,7 +398,11 @@ SOURCE=.\window.c
# PROP Default_Filter "h;hpp;hxx;hm;inl"
SOURCE=.\town.h
SOURCE=.\ai.h
SOURCE=.\aystar.h
@@ -430,6 +458,10 @@ SOURCE=.\player.h
SOURCE=.\queue.h
SOURCE=.\saveload.h
@@ -446,6 +478,10 @@ SOURCE=.\StdAfx.h
SOURCE=.\ttd.h
@@ -850,10 +886,6 @@ SOURCE=.\table\build_industry.h
SOURCE=.\table\town_land.h
SOURCE=.\table\clear_land.h
@@ -898,6 +930,10 @@ SOURCE=.\table\strings.h
SOURCE=.\table\track_land.h
Status change: