View Single Post
Re: Compiling dlls with MingWing
Old
  (#19)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: Compiling dlls with MingWing - 15-03-2005

I believe the '\' character at the end of a line, MUST be followed by a TAB character at the start of the next line. For example, this...

OBJ = "../../mod-code/Single-Player\ Source/cl_dll/ammo.o" "../../mod-code/Single-Player\ Source/cl_dll/ammo_secondary.o"

...would become this (with TABs shown as _TAB_)...

OBJ = "../../mod-code/Single-Player\ _TAB_Source/cl_dll/ammo.o" "../../mod-code/Single-Player\ _TAB_Source/cl_dll/ammo_secondary.o"

...and they must be TAB characters (ASCII 9), not spaces.

botman
  
Reply With Quote