View Single Post
Re: Compiling dlls with MingWing
Old
  (#22)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Compiling dlls with MingWing - 16-03-2005

When a path is between quotes, you do NOT need to prefix spaces with a backslash.

Examples:

OBJ=../../mod-code/Single-Player\ Source/cl_dll/ammo.o (right)
OBJ="../../mod-code/Single-Player Source/cl_dll/ammo.o" (right)
OBJ=../../mod-code/Single-Player Source/cl_dll/ammo.o (wrong)
OBJ="../../mod-code/Single-Player\ Source/cl_dll/ammo.o" (wrong)



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote