Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
452 B

  1. # If no CPUTYPE variable is defined, then we are running on a DOS system
  2. # so lets whack in some flags and switches to match the NTWIN32.MAK
  3. # settings:
  4. srcdir=..
  5. model=L
  6. rc=rc
  7. hcopts = -n
  8. cc = cl
  9. cdebug = -Zipel -Od
  10. cflags = -c -A$(model) -Gsw -W3 $(cdebug)
  11. cvars = -D$(ENV)
  12. linkdebug =
  13. link = link $(linkdebug)
  14. guiflags = /NOE /NOD /CO /align:16
  15. guilibs = libw $(model)libcew ver commdlg
  16. guilibsdll = libw $(model)dllcew ver commdlg