Ignore:
Timestamp:
2008-08-19T13:55:48+12:00 (16 years ago)
Author:
mdewsnip
Message:

Added "$(VCINSTALLDIR)/include/mfc" to include path for "rc" program when compiling server.rc, so it can find the afxres.h file with Visual Studio 2005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/w32server/win32.mak

    r16577 r16889  
    173173server.res : $(SOURCE) $(DEP_RSC_SERVE) "$(RUNTIME_DIR)\src\w32server"
    174174   $(RSC) /l 0x409 /fo"$(RUNTIME_DIR)\src\w32server\server.res" /i "$(RUNTIME_DIR)\src\w32server" \
    175  /d "NDEBUG" $(SOURCE)
     175 /i "$(VCINSTALLDIR)/include/mfc" /d "NDEBUG" $(SOURCE)
    176176
    177177"$(RUNTIME_DIR)\src\w32server\server.res" : $(SOURCE) $(DEP_RSC_SERVE) "$(RUNTIME_DIR)\src\w32server"
Note: See TracChangeset for help on using the changeset viewer.