Search:

Type: Posts; User: 1jackjack

Search: Search took 0.00 seconds.

  1. genius, many thanks.x

    genius, many thanks.x
  2. No way.... thats cool then, because that stupid...

    No way.... thats cool then, because that stupid globals.h.gch file is over 1mb in size!

    I hope I'm not doing anything seriously wrong; my globals.h file contains 3 things; all the #includes and...
  3. if i don't re-compile globals.h after a change,...

    if i don't re-compile globals.h after a change, everything messes up, so I guess the best idea is the makefile, but i've never made on before...

    what would my makefile contain, in this instance?
    ...
  4. compiling source files and header file at once?

    hey, I split my project into 3 files:

    globals.h
    assembler.c (contains main())
    hasher.c

    presently, I'm compiling them in 2 stages:

    >gcc globals.h
    >gcc *.c -o assembler
Results 1 to 4 of 4