FloooD / custom_cs2dsrv

Jermuk's custom Counter Strike 2D Server written in C and modified by FloooD and leegao.
173.192.35.85:36000
3 stars 0 forks source link

Change relative headers. #1

Closed leegao closed 13 years ago

leegao commented 13 years ago

The use of

include ".../include/xxx.h"

may break when we embed directories into our source folder, how about we add -I"include" into the makefile so to automatically reroute the includes (we can still use .../, but we can also just use #include "settings.h" directly)

Low priority

FloooD commented 13 years ago

k done committing