Changeset 16608
- Timestamp:
- 2008-07-31T09:54:20+12:00 (15 years ago)
- Location:
- gs2runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2runtime/Makefile.in
r16607 r16608 48 48 49 49 50 COMPILEDIRS = common-src build-srcruntime-src50 COMPILEDIRS = common-src runtime-src 51 51 52 INSTALLDIRS = common-src build-srcruntime-src52 INSTALLDIRS = common-src runtime-src 53 53 54 54 MODULEDIRS = @MODULEDIRS@ -
gs2runtime/configure.in
r16607 r16608 454 454 gsdlprefix=`pwd` 455 455 ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos " 456 AC_CONFIG_SUBDIRS(common-src build-srcruntime-src)456 AC_CONFIG_SUBDIRS(common-src runtime-src) 457 457 458 458 # the list of folders in the src folder 459 459 srclist="common-src/Makefile \ 460 build-src/Makefile \461 460 runtime-src/Makefile" 462 461 -
gs2runtime/win32.mak
r16607 r16608 35 35 MDEFINES = /f win32.mak 36 36 37 INSTALLDIRS = common-src build-srcruntime-src37 INSTALLDIRS = common-src runtime-src 38 38 39 39 … … 69 69 $(MAKECLEANCMD) 70 70 cd "$(GSDLHOME)" 71 cd build-src72 $(MAKECLEANCMD)73 cd "$(GSDLHOME)"74 71 cd runtime-src 75 72 $(MAKECLEANCMD)
Note:
See TracChangeset
for help on using the changeset viewer.