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

The backslash should ONLY occur as the last character of a line that is being broken between 2 lines.

If this...

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

...is all on one line, then it should actually be this...

OBJ = "../../mod-code/Single-PlayerSource/cl_dll/ammo.o"

(assuming that your directory is "Single-PlayerSouce" and not "Single-Player Source").

botman
  
Reply With Quote